ioos / comt_catalog

THREDDS catalogs for comt_catalog.sura.org:/var/www/thredds_instance/content/thredds
http://comt.sura.org/thredds
1 stars 5 forks source link

Can't ssh into comt.sura.org from outside #27

Closed rsignell-usgs closed 10 years ago

rsignell-usgs commented 10 years ago

@hortenvaldes I currently cannot ssh into comt.sura.org from the outside:

$ ssh testbed@comt.sura.org
ssh_exchange_identification: read: Connection reset by peer

I discovered that I can first ssh into testbedapps.sura.org, and then from there ssh into comt.sura.org, so I hope that's a clue.

brianmckenna commented 10 years ago

@rsignell-usgs can you ssh -vvv testbed@comt.sura.org and post to a gist?

hortenvaldes commented 10 years ago

Can you try it again. I just ssh into it from my home machine (outside)

Hortensia

On Aug 7, 2014, at 8:58 AM, brianmckenna notifications@github.com wrote:

@rsignell-usgs can you ssh -vvv testbed@comt.sura.org and post to a gist?

— Reply to this email directly or view it on GitHub.

rsignell-usgs commented 10 years ago
$ ssh -vvv testbed@comt.sura.org
OpenSSH_6.6.1, OpenSSL 1.0.1h 5 Jun 2014
debug1: Reading configuration data /etc/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to comt.sura.org [130.39.13.11] port 22.
debug1: Connection established.
debug3: Incorrect RSA1 identifier
debug3: Could not load "/home/rsignell/.ssh/id_rsa" as a RSA1 public key
debug1: identity file /home/rsignell/.ssh/id_rsa type 1
debug1: identity file /home/rsignell/.ssh/id_rsa-cert type -1
debug1: identity file /home/rsignell/.ssh/id_dsa type -1
debug1: identity file /home/rsignell/.ssh/id_dsa-cert type -1
debug1: identity file /home/rsignell/.ssh/id_ecdsa type -1
debug1: identity file /home/rsignell/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/rsignell/.ssh/id_ed25519 type -1
debug1: identity file /home/rsignell/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1
ssh_exchange_identification: read: Connection reset by peer
hortenvaldes commented 10 years ago

Please try it now....I removed the entries in the /etc/hosts.deny files. I think the address you were coming in from might have been blocked.

Hortensia


On 8/7/2014 9:12 AM, Rich Signell wrote:

https://gist.github.com/rsignell-usgs/1846326be028331c05c1

— Reply to this email directly or view it on GitHub https://github.com/ioos/comt_catalog/issues/27#issuecomment-51476717.

rsignell-usgs commented 10 years ago

@hortenvaldes Yes! That fixed it. THANKS!!! Just FYI, I'm currently using my iphone hotspot to ssh in because the wifi at NCEP is blocking all ports besides 80 (including 22).