I'm receiving this error when I attempt to ssh into the target remote host. I've attempted to shh in from two different computers to no avail. A solution I've found looking around was to redirect to a different port, but I receive this error again but with the new port number. Below is the debug information:
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
Any ideas on where the problem might be coming from?