SSH

2016-04-12 7 views
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 
+0

'ssh -v 11.156.112.111 pwd'を実行して、sshがスタックした箇所をキャッチしてみてください。 – Samuel

+0

質問が更新されました。 – neelix

+0

あなたの質問にあなたが言及したスクリプトは、つかまった正確なスクリプトですか? – Samuel

答えて

0

、私は彼らが持っていたことが判明しましたIDS(侵入検知システム)で、私はポート22でブルートフォース攻撃を行っている人物として私を検出し、ポートを変更することで問題が解決されました。

今後の読者には、上記のコメントは問題の絞り込みに非常に役立ちます。具体的にはquestionに答えてください。私はそれが他の誰かを2,3日節約することを願っています!