ssh.c File Reference

A simple 'SSH protocol version exchange' implemetation based on RFC (http://www.openssh.com/txt/draft-ietf-secsh-transport-14.txt). More...

Go to the source code of this file.

Functions

int check_ssh (Port_T p)


Detailed Description

A simple 'SSH protocol version exchange' implemetation based on RFC (http://www.openssh.com/txt/draft-ietf-secsh-transport-14.txt).

Author:
Igor Homyakov, <homyakov@altlinux.ru>
Version:
$Id: ssh.c,v 1.4 2003/02/11 21:27:40 martinp Exp $

Definition in file ssh.c.


Function Documentation

int check_ssh Port_T    p
 

Definition at line 44 of file ssh.c.

References ASSERT, chomp(), log(), port_recv(), port_send(), and STRERROR.