私のサーバーの1つから別のコンピュータに接続できません。
以下は詳細な出力です(IP、ドメイン、ポートがブロックされています。OpenSSHバージョン情報が削除されました)。
$ ssh -vvv [email protected] -p yyyy
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to example.com [xxx.xxx.xxx.xxx] port yyyy.
ssh: connect to host example.com port yyyy: Connection timed out
私が最初にしたことは、gitリポジトリの1つを複製することでした。その後、システムがSSH接続を発行しないことがわかりました。
SSH経由で別のサーバーに接続しようとしました。これらすべてのサーバーは私のローカルコンピュータから完全に接続されています。したがって、これは問題がこの特定のシステムにあることを意味します。
システムがSSH接続を確立できない理由を診断する手順はありますか?リモートシステムへのSSH接続を防ぐための特定の設定はありますか?
/etc/ssh/ssh_configureを確認しましたが、次の設定のみが有効になっています。
Host *
GSSAPIAuthentication yes
# If this option is set to yes then remote X11 clients will have full access
# to the original X11 display. As virtually no X11 client supports the untrusted
# mode correctly we set this to yes.
ForwardX11Trusted yes
# Send locale-related environment variables
SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE
SendEnv XMODIFIERS