Skip to content

Latest commit

 

History

History
42 lines (40 loc) · 1.04 KB

README.md

File metadata and controls

42 lines (40 loc) · 1.04 KB

SSSH

Use ssh to communicate with other people.


Quick start

Made with VHS Installation

git clone https://github.com/yyasha/sssh.git
cd sssh
go build
./sssh --help

Usage

Usage:
  sssh [OPTIONS]

Application Options:
  -b, --bind=          Host and port to listen on. (default: 0.0.0.0:22)
  -i, --identity=      Private key to identify server with. (default: ~/.ssh/id_rsa)
  -p, --password_mode  Enable mandatory password mode
      --whitelist=     Optional file of public keys who are allowed to connect.

Help Options:
  -h, --help           Show this help message

Client connection

Made with VHS Use default ssh command to connect to server:

ssh -p 22 -i private_key [email protected]

Server commands list: Type /help on the server for help message:

server commands:
/help - show this message
/exit - disconnect from the server
/new_password - new password

License

MIT