Authentification forwarding with ssh on f15 [solved]

Remi Collet Fedora at FamilleCollet.com
Wed May 4 17:04:00 UTC 2011


Forward don't work for my old id_dsa private key.

Diffing verbose output from f14 and f15

--- fedora14.log  2011-05-04 18:28:10.000000000 +0200
+++ fedora15.log  2011-05-04 18:30:44.000000000 +0200
@@ -1,16 +1,16 @@
-OpenSSH_5.5p1, OpenSSL 1.0.0d-fips 8 Feb 2011
+OpenSSH_5.6p1, OpenSSL 1.0.0d-fips 8 Feb 2011
 debug1: Reading configuration data /etc/ssh/ssh_config
 debug1: Applying options for *
 debug1: Connecting to box [88.191.74.232] port 22.
 debug1: Connection established.
-debug1: identity file /home/remif9/.ssh/id_rsa type -1
-debug1: identity file /home/remif9/.ssh/id_rsa-cert type -1
-debug1: identity file /home/remif9/.ssh/id_dsa type 2 <============= !!
-debug1: identity file /home/remif9/.ssh/id_dsa-cert type -1
+debug1: identity file /home/remi/.ssh/id_rsa type -1
+debug1: identity file /home/remi/.ssh/id_rsa-cert type -1
+debug1: identity file /home/remi/.ssh/id_dsa type -1 <============== !!
+debug1: identity file /home/remi/.ssh/id_dsa-cert type -1
 debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3
 debug1: match: OpenSSH_4.3 pat OpenSSH_4*
 debug1: Enabling compatibility mode for protocol 2.0
-debug1: Local version string SSH-2.0-OpenSSH_5.5
+debug1: Local version string SSH-2.0-OpenSSH_5.6
 debug1: SSH2_MSG_KEXINIT sent
 debug1: SSH2_MSG_KEXINIT received
 debug1: kex: server->client aes128-ctr hmac-md5 none

Don't know if this is a bug

Bug switching to a new id_rsa private key solves the issue.

Remi.



More information about the test mailing list