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.3 2002/12/21 13:56:04 hauk 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.