Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing ssh keys for operator and root. #161

Open
herbertp opened this issue Aug 16, 2020 · 4 comments
Open

Missing ssh keys for operator and root. #161

herbertp opened this issue Aug 16, 2020 · 4 comments

Comments

@herbertp
Copy link
Member

Both, 'operator' and 'root' user do not have ssh keys.

They should be generated on first boot and installed in the proper place (~/.ssh)

@rroohhh
Copy link
Member

rroohhh commented Aug 17, 2020

Do you think using ed25519 type keys would be ok? They are supposed to be more secure and the public key is a lot smaller than a rsa one. However not every ssh implementation supports them (dropbear being a notable one that doesn't support them, also any system using a openssh version from before 2014).

@herbertp
Copy link
Member Author

I think there is no problem in having elliptic curve keys on the beta but I wouldn't make that exclusive. As far as I know there is no problem having two or more different key types with openssh, so having one rsa, one dsa and one ed25519 should work just fine.

@rroohhh
Copy link
Member

rroohhh commented Aug 17, 2020

Well I wouldn't do dsa :)
But having rsa and ed25519 seems fine.

@herbertp
Copy link
Member Author

Works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants