-
Notifications
You must be signed in to change notification settings - Fork 41
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
SSH access with keys but not with password #32
Comments
SSH through Pen with password authentication certainly works, it has been used that way for many years in several places that I am aware of without a problem. If you use the -v option to ssh, it should tell you why it fails. One snag that may catch you is that if the backend servers have different host keys, ssh will complain. Example:
On test1:
On debtest:
So that doesn't work, because the hosts have different host keys.
Success. |
Hello.
I am trying to set up a configuration of a cluster using pen in order to bypass server and log users directly on servers beyond such a server:
Surtr is my firewall. Meta is the one i want to bypass and login-x are the ones where the users should land.
Pen is installed in meta and works but only if I use my ssh-rsa keys from the client computer from where I want to connect.
This, although secure, does not work for us, since we need to be sure our users can log in from any computer, not just the ones with their keys.
What can I do? Any help would be welcomed!
Thanks everyone.
-Ricardo
CNCA
[email protected]
The text was updated successfully, but these errors were encountered: