Gday Everyone,
i am using ssh with jumphost(s).
ssh -J zone1-jumphost zone2-target
or .ssh/config:
HOST zone1-* zone2-* !zone1-jumphost
ProxyJump zone1-jumphost
All servers (jumphost(s) and target) are configured to print out an issue message like "Authorized access only!". I can suppress the target servers message with the option '-q'.
But how can i suppress the message created by the jumphost(s)?