ssh_exchange_identification: Connection closed by remote host
-
Going to take a look at:
/etc/hosts.deny
and/etc/hosts.allow
-
Turned out to be an easy one, someone was using a non-standard port.
-
I think I've seen before but a different scenario.
-
@scottalanmiller said in ssh_exchange_identification: Connection closed by remote host:
Turned out to be an easy one, someone was using a non-standard port.
If they were using a non-standard port, how were you able to get connected far enough to get that error message?
-
Because of a reverse SSH tunnel in place.
-
@scottalanmiller said in ssh_exchange_identification: Connection closed by remote host:
Because of a reverse SSH tunnel in place.
Can you explain that more?
-
@Dashrender said in ssh_exchange_identification: Connection closed by remote host:
@scottalanmiller said in ssh_exchange_identification: Connection closed by remote host:
Because of a reverse SSH tunnel in place.
Can you explain that more?
http://mangolassi.it/topic/4890/using-ssh-to-create-a-reverse-tunnel-to-access-linux-through-nat/
-
I use forward tunnels all the time through my jump box
-
Also a good way to use a web management interface without opening up http and https.
-
@johnhooks said in ssh_exchange_identification: Connection closed by remote host:
Also a good way to use a web management interface without opening up http and https.
I do that a bit.