-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add support to configuring a tor hidden service for SSH access #35
Comments
Prior to enabling access to a set of ssh keys we 'll first need to set the group/user permissions in lepidopter. Currently the default username (lepidopter) is on the sudo group and requires user authentication (default password: lepidopter) to run sudo. If we expose the ssh service via a tor hidden service we should ensure that the default authentication password is being changed or allow only public key authentication (which may not be applicable to headless lepidopter setups). |
@hellais, @darkk, @bassosimone any thoughts on #35 (comment)? |
@anadahz, thanks for the question, I guess that's a very important one. So, let's discuss this and here's what I just said in the IRC meeting about this issue:
and to further clarify:
and:
|
After last meeting's discussion it seems that we are going to drop the idea of using a tor HS for SSH access in lepidopter images. |
I would say we keep this as a ticket, but defer it to future versions. |
The build script should also support configuring a tor hidden service that allows ssh access to some set of keys.
The text was updated successfully, but these errors were encountered: