tetrakai / ssh_client

Educational SSH client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

These files implement a very basic SSH client that can be used with Ubuntu 15.10 to understand the SSH protocol.

Each message sent over the wire is logged to the console, and the implementation is split into the transport and higher level protocols, as documented in the following SSH RFCs:

About

Educational SSH client

License:MIT License


Languages

Language:Python 100.0%