Ssh Suppress Verbose Output

From NovaOrdis Knowledge Base
Revision as of 20:35, 2 July 2017 by Ovidiu (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 ...