Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 210 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 210 Bytes

sshpython

SSH Client/Server in Python

Usage:

Run Server to listenning

python sshserver.py localhost 2222

Connect to Server from Client

python sshclient.py server-ip 2222 username password