Displaying 1 result from an estimated 1 matches for "id_rsa_vpn".
2012 Feb 17
4
[Bug 1981] New: Trying to use ssh with a missing identity file gives no warnings
...ity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: mindrot.org at ch.pkts.ca
I attempted to set up a ~/.ssh/config entry that said
Host firewall-link
Hostname firewall.example.com
IdentityFile /Home/username/.ssh/id_rsa_vpn
User vpnuser
However, there was a typo in the IdentityFile line, so it specified the
wrong pathname (ie: no such file). Do you want to know how long it
took to track down this error? Too long!
You can only see the error message if you type 'ssh -d -d -d
firewall-link' (the maximum pos...