
Hi,
I'm trying to setup grml to accept my remote ssh login. No problem with that, but I'm facing a configuration problem:
How to allow the sshd to verify ssh1 signature before verifying ssh2's, just like what sourceforge.net is doing?
I've done the following changes to /etc/ssh/sshd_config:
$ diff1 /etc/ssh/sshd_config~ /etc/ssh/sshd_config @@ -8,3 +8,3 @@ Port 22 -Protocol 2,1 +Protocol 1,2 #ListenAddress 0.0.0.0
but that didn't work [1].
Please help.
thanks a lot.
Tong
[1]
Correct log to ssh into sourceforge.net:
debug1: ssh_rsa_verify: signature correct [...] debug1: Authentications that can continue: publickey,password debug1: Next authentication method: publickey debug1: Offering public key: /home/dsl/.ssh/id_rsa debug1: Server accepts key: pkalg ssh-rsa blen 149
My own sshd server:
debug1: ssh_rsa_verify: signature correct [...] debug1: Authentications that can continue: publickey,password,keyboard-interactive debug1: Next authentication method: publickey debug1: Offering public key: /home/dsl/.ssh/id_rsa debug1: Authentications that can continue: publickey,password,keyboard-interactive
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Teilnehmer (1)
-
Tong Sun