-
Notifications
You must be signed in to change notification settings - Fork 1
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
Unable to connect via ssh #849
Comments
might be fixed by #850 |
same behavior. |
(ssh key upload worked fine) |
I am still seeing the same behavior. Tried 2048 and 4096 bit keys |
I added it to the Profile and to |
Hi, I am a new user and ran into this problem. I was finally able to get SSH to work for me using these steps:
After this I was able to SSH into the server. A few linked answers to the one above imply there is some sort of issue with the version of openssh-server, but it is unclear to me the exact root of the issue is. Either way, this solved it for me. I hope it helps! |
@jerry-clayton thanks for the info. @grallewellyn seems like maybe we're not configuring the ssh service correctly in the images. Note: we don't want to leave this to the users, since we'd want to control the sshd configuration and have it be persistent. Question is what changed in recent images this used to work in older images @sujen1412 @bsatoriu ? |
I am just seeing my ssh as undefined (separate issue), but @rtapella gets
% ssh root@54.191.120.17 -p 32413
ssh: connect to host 54.191.120.17 port 32413: Connection refused
The text was updated successfully, but these errors were encountered: