ターゲットのリモート ホストに SSH で接続しようとすると、このエラーが発生します。2 台の異なるコンピューターから接続しようとしましたが、うまくいきませんでした。私が見つけた解決策は、別のポートにリダイレクトすることでしたが、新しいポート番号でこのエラーを再度受け取りました。以下はデバッグ情報です。
bash-4.1$ ssh -vvv oniemann@128.114.126.232
OpenSSH_5.3p1, OpenSSL 1.0.1e-fips 11 Feb 2013
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 128.114.126.232 [128.114.126.232] port 22.
debug1: connect to address 128.114.126.232 port 22: Connection timed out
ssh: connect to host 128.114.126.232 port 22: Connection timed out
問題がどこから来ているのかについてのアイデアはありますか?