On Thu, Feb 14, 2013 at 05:21:01PM -0700, Darren Tucker wrote: > CVSROOT: /cvs > Module name: src > Changes by: dtuc...@cvs.openbsd.org 2013/02/14 17:21:01 > > Modified files: > usr.bin/ssh : sshconnect2.c > > Log message: > Warn more loudly if an IdentityFile provided by the user cannot be read. > bz #1981, ok djm@
Consider a client that only has a dsa key; it's now getting the following output, is that expected? $ ssh foobar no such identity: /home/ajacoutot/.ssh/id_rsa: No such file or directory Enter passphrase for key '/home/ajacoutot/.ssh/id_dsa': -- Antoine