Ssh Suppress Verbose Output

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

Normally the ssh client output things like:

...
Connection to 52.26.128.194 closed.

To get rid of that, use -q (quiet) flag:

ssh -q ...