any way to use RSA1 for ssh in ruby?

T

Terevos Gmail

I saw a number of places say that Net::SSH does not support rsa1. Is
there any other gems or ways I can get the functionality of driving an
ssh session using an rsa1 key?
 
B

Brian Candler

Terevos said:
I saw a number of places say that Net::SSH does not support rsa1. Is
there any other gems or ways I can get the functionality of driving an
ssh session using an rsa1 key?

Net::SSH doesn't support the SSH1 protocol, which was put out to grass
years ago. Even openssh disables it by default now:
http://www.openssh.com/txt/release-5.4

It would be a very good idea to enable SSH2 in your server.
 
T

Terevos Gmail

Brian said:
Net::SSH doesn't support the SSH1 protocol, which was put out to grass
years ago. Even openssh disables it by default now:
http://www.openssh.com/txt/release-5.4

It would be a very good idea to enable SSH2 in your server.

Thanks for the quick response, I suspected as much. I am looking into
SSH2 support, but unfortunately, they are not my servers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,158
Messages
2,570,882
Members
47,414
Latest member
djangoframe

Latest Threads

Top