Adicione -q
ao comando que você usa para executar o ssh, a partir da página man:
-q Quiet mode. Causes most warning and diagnostic messages to be suppressed.
Estou usando um túnel SSH. Funciona bem, mas me dá essas mensagens regularmente:
channel 5: open failed: connect failed: Unable to connect to target host
channel 4: open failed: connect failed: Unable to connect to target host
channel 5: open failed: connect failed: Unable to connect to target host
channel 4: open failed: connect failed: Unable to connect to target host
channel 5: open failed: connect failed: Unable to connect to target host
channel 4: open failed: connect failed: Unable to connect to target host
channel 5: open failed: connect failed: Unable to connect to target host
A conexão está funcionando bem e eu também quero usar ativamente tanto o túnel quanto a conexão SSH no meu terminal. Então, como posso suprimir essas mensagens de aviso?
Adicione -q
ao comando que você usa para executar o ssh, a partir da página man:
-q Quiet mode. Causes most warning and diagnostic messages to be suppressed.
Tags ssh ssh-tunneling