1
私は1台のマシンからのコードを複数回以下実行しようとしています
/IP 3番目の端末でスクリプトを実行すると、フリーズしてログインすることはできませんが、別のマシン/ ipからログインできます。SSH
ここに私のconfigs
# .ssh/config
Host *
ServerAliveInterval 10
ServerAliveCountMax 10
# sshd_config
UsePAM no
MaxSessions 100
MaxStartups 100
が冗長モードの出力である、それは最後の行にフリーズ:私のホスティングプロバイダと多くのサポートチケットの後
OpenSSH_7.2p2, OpenSSL 1.0.2f 28 Jan 2016
debug1: Reading configuration data /home/neelix/.ssh/config
debug1: /home/neelix/.ssh/config line 1: Applying options for *
debug1: /home/neelix/.ssh/config line 11: Applying options for 11.156.112.111
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: resolving "11.156.112.111" port 22
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to 11.156.112.111 [11.156.112.111] port 22.
debug1: Connection established.
debug1: identity file /home/neelix/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /home/neelix/.ssh/id_rsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.2
'ssh -v 11.156.112.111 pwd'を実行して、sshがスタックした箇所をキャッチしてみてください。 – Samuel
質問が更新されました。 – neelix
あなたの質問にあなたが言及したスクリプトは、つかまった正確なスクリプトですか? – Samuel