On 15/10/10 01:35, YONETANI Tomokazu wrote: >> For whatever it's worth, this doesn't happen on my laptop with exactly the >> same >> key. Everything works fine there. > > With exactly the same /etc/ssh/ssh_config and the identical ~/.ssh/config > (other than the comment lines)?
Yes, the config files are exactly the same (see below; user-specific config doesn't exist). Something went wrong, but since I can't pinpoint it and nobody else seems to experience it I guess we can forget about this one... I worked around on that machine using the hint of specifying an IdentityFile in ~/.ssh/config. # diff -Naurw /usr/src/crypto/openssh/ssh_config /etc/ssh/ssh_config --- /usr/src/crypto/openssh/ssh_config 2010-09-30 06:23:10 +0100 +++ /etc/ssh/ssh_config 2009-12-04 08:08:16 +0000 @@ -1,4 +1,5 @@ -# $OpenBSD: ssh_config,v 1.26 2010/01/11 01:39:46 dtucker Exp $ +# $OpenBSD: ssh_config,v 1.25 2009/02/17 01:28:32 djm Exp $ +# $DragonFly: src/crypto/openssh-5/ssh_config,v 1.3 2008/09/28 03:19:46 pavalos Exp $ # This is the ssh client system-wide configuration file. See # ssh_config(5) for more information. This file provides defaults for @@ -47,4 +48,3 @@ # TunnelDevice any:any # PermitLocalCommand no # VisualHostKey no -# ProxyCommand ssh -q -W %h:%p gateway.example.com
