Skip to content

Latest commit

 

History

History
 
 

simple-sshd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

simple sshd

A simple Secure Shell Server built with libssh.

ntzyz@ntzyz-solaris ~ % ssh localhost -p 2022
ntzyz@localhost's password: 
PTY allocation request failed on channel 0
[NSH]$ 123
ECHO: 123
[NSH]$ ping
Pong!
[NSH]$ exit
exiting...
Connection to localhost closed.

Dependence

libssh-dev

Build and run

$ sudo apt install libssh-dev
$ make
$ ./server