Changes between Version 1 and Version 2 of OpenSSH
- Timestamp:
- 04/21/2013 05:23:52 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenSSH
v1 v2 1 1 = OpenSSH = 2 3 6.2p1 has become noisy, I was getting reports like this on my term: 4 {{{ 5 no such identity: /home/ken/.ssh/id_rsa: No such file or directory 6 no such identity: /home/ken/.ssh/id_ecdsa: No such file or directory 7 }}} 8 9 This can be quietened: 10 {{{ 11 echo "LogLevel ERROR" >>.ssh/config 12 chmod 600 .ssh/config 13 }}} 14 2 15 3 16 [wiki:BasicNetworkingPrograms Up][[br]]