Ssh Suppress Verbose Output

From NovaOrdis Knowledge Base
Revision as of 23:55, 22 February 2016 by Ovidiu (talk | contribs)
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 ...