次のコマンドを複数回実行しました。
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
どんな助けや説明でもいただければ幸いです。よろしくお願いします。