Ssh Suppress Verbose Output: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
=Internal=
=Internal=


* [[Ssh#Client_Operations|ssh]]
* [[OpenSSH Operations#Client_Operations|OpenSSH Client Operations]]


=Overview=
=Overview=

Latest revision as of 20:35, 2 July 2017

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 ...