NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/50148: new ssh does not work at all



The following reply was made to PR bin/50148; it has been noted by GNATS.

From: Ryo ONODERA <ryo_on%yk.rim.or.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/50148: new ssh does not work at all
Date: Fri, 14 Aug 2015 16:02:39 +0900 (JST)

 Do you use DSA key to connect anywhere?
 It seems that OpenSSH 7.0 does not use DSA key by default anymore.
 
 You should have PubkeyAcceptedKeyTypes in ssh_config?
 
 
 From: martin%NetBSD.org@localhost, Date: Fri, 14 Aug 2015 06:55:00 +0000 (UTC)
 
 > 1024 SHA256:AiT3qkunhC+FDKX5cBcnrJ30jSk3EFXiTMl+zGpfTJA martin%emmas.up-vision.de@localhost (RSA1)
 > 1024 SHA256:MYiybxoMY5GAp5kVvBKqcBr8TMgHmNcJuvFMBWm20Vo /home/martin/.ssh/id_dsa (DSA)
 > [~] martin@whoever-brings-the-night > ssh -vvvv emmas
 (snip)
 > debug1: Skipping ssh-dss key /home/martin/.ssh/id_dsa for not in PubkeyAcceptedKeyTypes
 > debug1: Trying private key: /home/martin/.ssh/id_rsa
 > debug3: no such identity: /home/martin/.ssh/id_rsa: No such file or directory
 > debug1: Trying private key: /home/martin/.ssh/id_ecdsa
 > debug3: no such identity: /home/martin/.ssh/id_ecdsa: No such file or directory
 > debug1: Trying private key: /home/martin/.ssh/id_ed25519
 > debug3: no such identity: /home/martin/.ssh/id_ed25519: No such file or directory
 (snip)
 
 --
 Ryo ONODERA // ryo_on%yk.rim.or.jp@localhost
 PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3
 


Home | Main Index | Thread Index | Old Index