jeroenpeeters / docker-ssh

SSH Server for Docker containers ~ Because every container should be accessible
GNU General Public License v2.0
638 stars 89 forks source link

Auth feature #13

Closed pwFoo closed 7 years ago

pwFoo commented 7 years ago

Would be important to secure the login with pubkey or just user / password. Feature is planned, but should be high priority.

jeroenpeeters commented 7 years ago

I've added a simple authentication mechanism that allows authentication of a single user only. More complex authentication strategies will be implemented soon.

jeroenpeeters commented 7 years ago

users can now also be authenticated against a list of user:password pairs.

bdelbasso commented 7 years ago

Hello, I've proposed an implementation of the pubkey auth in this PR.

jeroenpeeters commented 7 years ago

All proposed authentication mechanisms have been implemented since version 4.0.0