OpenSSH
6.2p1 has become noisy, I was getting reports like this on my term:
no such identity: /home/ken/.ssh/id_rsa: No such file or directory
no such identity: /home/ken/.ssh/id_ecdsa: No such file or directory
This can be quietened:
echo "LogLevel ERROR" >>.ssh/config
chmod 600 .ssh/config
Up
Top