Hi, I am having a problem on some systems that use RSA1 I am asked for a password even though I am in the authorized_keys file. If I use the "-1" option then I can log in password-free. How can this be enabled as the default? Thanks Andrew
RSA1 is only for ssh v1 protocol. RSA/DSA are for v2 protocol. On Tue, 19 Oct 2004, Andrew Zahn wrote:> Hi, > I am having a problem on some systems that use RSA1 I am asked for a > password even though I am in the authorized_keys file. If I use the "-1" > option then I can log in password-free. How can this be enabled as the > default? > > Thanks > Andrew > > _______________________________________________ > openssh-unix-dev mailing list > openssh-unix-dev at mindrot.org > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev >
Andrew Zahn wrote:> Hi, > I am having a problem on some systems that use RSA1 I am asked for a > password even though I am in the authorized_keys file. If I use the "-1" > option then I can log in password-free. How can this be enabled as the > default?If you really want to use SSH protocol 1, then you can put "Protocol 1" in your ~/.ssh/config file
Seemingly Similar Threads
- Re-using RSA1 keys as RSA
- ssh-keygen problem with openssh-4* and openssl-0.9.7g on AIX
- Q: respecting .ssh/id_rsa
- [Bug 747] host authentication requires RSA1 keys
- [Bug 2560] New: sshd: Description of hashed known_hosts file does not make sense and format is outdated