aslrousta / lbssh

Login by SSH (a demonstration)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login by SSH

A demonstration of using SSH to register and authenticate users.

Run the server and try:

ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -p2222 -l<user> localhost

where <user> is your desired username. Do not omit StrictHostKeyChecking and UserKnownHostsFile options on your local machine to prevent putting junk in your SSH config files.

About

Login by SSH (a demonstration)

License:Other


Languages

Language:Go 100.0%