SSH 터널링을 사용하고 있습니다. 잘 작동하지만 주기적으로 다음 메시지가 표시됩니다.
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
연결은 잘 되고 있고, 터미널에서도 터널과 SSH 연결을 적극적으로 활용하고 싶습니다. 그렇다면 이러한 경고 메시지를 어떻게 억제합니까?
답변1
-q
ssh를 실행하는 데 사용되는 명령 에 매뉴얼 페이지에서 추가되었습니다 .
-q Quiet mode. Causes most warning and diagnostic messages to be suppressed.