다음 명령을 여러 번 실행했습니다.
ssh -vvv localhost 'echo hello'
그러나 예측할 수 없는 결과가 반환됩니다.
때로는 아주 잘 작동합니다. 때로는 다음과 같은 오류가 발생합니다.
2020-08-31 00:30:08 debug(1) pid=10607 Connecting to localhost [127.0.0.1] port 22 address family IPv4.
2020-08-31 00:30:08 debug(2) pid=10607 HPN: is disable. Not setting SO_RCVBUF.
2020-08-31 00:30:08 debug(2) category(Network) pid=10607 fd 3 setting O_NONBLOCK
2020-08-31 00:30:08 debug(1) pid=10607 connect to address 127.0.0.1 port 22: Connection refused
2020-08-31 00:30:08 debug(1) pid=10607 ssh_connect: Skipping non-IPV4 address, because addressFamily is configured for IPV4 only.
Failed to connect to host localhost port 22: Connection refused
어떤 도움이나 설명이라도 주시면 감사하겠습니다. 미리 감사드립니다.