Thursday, December 12, 2013

How To Hide Warning: Permanently added to the list of known hosts From SSH Commands

Add the following to $HOME/.ssh/config
LogLevel=quiet
If you want to suppress this output per-command, add the following to your SSH command:
-o LogLevel=quiet

No comments:

Post a Comment