-
Notifications
You must be signed in to change notification settings - Fork 146
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
authorized_keys_path with -a option #68
Comments
Hi, Do you think it is possible to get this option back? Maybe by merging server side public keys with the list provide by the client? This option was very useful to limit access to the publicly hosted tmate-ssh-server. |
Yes, I'll see what I can do. A pull request is always welcome though :) |
Hi, |
I'm also missing the option to limit access to a non-public instance. Please bring it back, thanks ! |
@juniorz In case you're still using tmate-ssh-server, would you be willing to bring back your original PR ❤️ ? |
Apologies on bumping an old issue... I've recently spun up my own tmate instance as well, and whilst it's great that fingerprint config has to be shared so that access can be granted, I really do want to limit access to my tmate server to only team members via some kind of pub key auth. I also tried the |
We're really talking about two different things here, right? The -a option was to limit who can create a tmate session on the server (which I really think should be doable), and -A option added in #93 is to force sessions to use authorized keys to authorize access to a session... I would really like to run my own tmate server, but don't want it to be open to the world. Also really don't want to limit in on IPs in a firewall... @nviennot do you remember why the -a option was removed in 48884c9? |
I just give a try to the private server but soon realized it could not be restricted to an authorized key file.. |
Hello,
I setup tmate-ssh-server few weeks ago using the docker container image provided and used '-a' to provide a file containing the ssh public keys.
On latest docker container image (tested on 2019-11-29), '-a' option is not available. How can I provide a file containing all the public keys to tmate-ssh-server?
Many thanks and kind regards,
The text was updated successfully, but these errors were encountered: