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

Allow server creation with no SSH key pair #2

Open
j-rewerts opened this issue Sep 4, 2018 · 1 comment
Open

Allow server creation with no SSH key pair #2

j-rewerts opened this issue Sep 4, 2018 · 1 comment

Comments

@j-rewerts
Copy link
Member

I may be out to lunch on this, but it looks like we currently require an SSH keypair to start our ssh-server. Guessing we mount the key into our container on startup? In Browsh's issue #188, it could help this user to simply be able to run the image with no keypair setup. Is this possible? It looks like gliderlabs SSH library supports it.

@tombh
Copy link
Member

tombh commented Sep 9, 2018

Yes, this is exactly right. The only reason that I mount keys is so that users don't get that "unkown host" warning every time Kubernetes changes the SSH server's Docker container. So it should be easy to add a flag to simply not use the hostKeyFilePath arg.

(BTW, I've actually got my original Browsh dev system back up and running), so if I get some time I can actually make pull requests again :)

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