Ssh Suppress Verbose Output
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 ...