Changes between Version 1 and Version 2 of OpenSSH


Ignore:
Timestamp:
04/21/2013 05:23:52 PM (10 years ago)
Author:
ken@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenSSH

    v1 v2  
    11= OpenSSH =
     2
     36.2p1 has become noisy, I was getting reports like this on my term:
     4{{{
     5no such identity: /home/ken/.ssh/id_rsa: No such file or directory
     6no such identity: /home/ken/.ssh/id_ecdsa: No such file or directory
     7}}}
     8
     9This can be quietened:
     10{{{
     11echo "LogLevel ERROR" >>.ssh/config
     12chmod 600 .ssh/config
     13}}}
     14
    215
    316[wiki:BasicNetworkingPrograms Up][[br]]