Adding ssh key based authentication as a way to connect #860
Replies: 4 comments 1 reply
-
Do an PR and we can discuss |
Beta Was this translation helpful? Give feedback.
-
Some use it, most don't. I agree that it would be nice to have (especially if password login for the root user will also be disabled) and have way better security. But I'm afraid that most users do not have the know-how to support this out of the box. Myself I use Ansible to deploy my key-sync script and motd, etc. to new nodes and hosts, maybe something to take a look at. And yes, make a PR request so we can discuss it further. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to create the PR but I must be a collaborator (never opened one maybe I'm not doing properly sorry) |
Beta Was this translation helpful? Give feedback.
-
I took a first stab at this today: |
Beta Was this translation helpful? Give feedback.
-
Why not add a way to choose between password and keybased authentication. public key ssh authentication , is a much more secure and safe way to authenticate to a server, it's already supported by all operating systems and I think it's much more manageable than creating a random password for each new container or vm. What do you think?
Beta Was this translation helpful? Give feedback.
All reactions