SSH 接続無線サイレンス

SSH 接続無線サイレンス

この問題のトラブルシューティングをかなり長い間行っていますが、原因がわかりません。Perl::SFTP を使用して Linux RHEL 7 サーバーに接続する AIX サーバーでジョブを実行しています。このジョブは 10 回の実行で 3 回ほど動作します。接続に関する限り、/var/log/secure に表示される内容は次のとおりです。作業のセキュリティ上の理由から、いくつか削除する必要がありました。

動作しているときはこんな感じです

Jul 22 03:17:28 hostname sshd[28505]: Set /proc/self/oom_score_adj to 0
Jul 22 03:17:28 hostname sshd[28505]: Connection from 10.8.**.*** port 45372
Jul 22 03:18:49 hostname sshd[28505]: Failed publickey for user1 from 10.8.**.*** port 45372 ssh2
Jul 22 03:18:49 hostname sshd[28505]: pam_succeed_if(sshd:auth): requirement "user in root:db2dba" not met by user "user1"
Jul 22 03:18:49 hostname sshd[28505]: Accepted password for user1 from 10.8.**.*** port 45372 ssh2
Jul 22 03:18:49 hostname sshd[28505]: pam_unix(sshd:session): session opened for user user1 by (uid=0)

失敗したときの様子です。ログにはこれ以上何も記録されません

Jul 22 14:37:04 hostname sshd[3697]: Set /proc/self/oom_score_adj to 0
Jul 22 14:37:04 hostname sshd[3697]: Connection from 10.8.**.*** port 46718

ジョブが失敗した場合の出力は次のとおりです。

Computing shared secret key.
Verifying server signature.
Waiting for NEWKEYS message.
Send NEWKEYS.
Enabling encryption/MAC/compression.
Sending request for user-authentication service.
Failed transmitting /model/claims/jobs/data/EA_COVERAGESFEED.DAT

仕事は成功している

Computing shared secret key.
Verifying server signature.
Waiting for NEWKEYS message.
Send NEWKEYS.
Enabling encryption/MAC/compression.
Sending request for user-authentication service.
Service accepted: ssh-userauth.
Trying empty user-authentication request.
Authentication methods that can continue: publickey,gssapi-keyex,gssapi-with-mic,password.
Next method to try is publickey.
Trying pubkey authentication with key file '/model/.ssh/id_dsa'
Authentication methods that can continue: publickey,gssapi-keyex,gssapi-with-mic,password.
Next method to try is publickey.
Next method to try is password.

アイデアや助言があれば、ぜひお願いします。申し訳ありませんが、仕事にアクセスできないため、詳しい情報は提供できません。

関連情報