Anthony Campbell
2009-07-29 11:18:25 UTC
I'm trying to set up ssh to a remote machine with:
ssh -f -L 6000:localhost:4499 ***@91.204.208.39 -N
This works on two machines without problems. On the third (sod's law -
the one I really want to use), when I type the password I get:
bind: Address already in use
channel_setup_fwd_listener: cannot listen to port: 6000
Could not request local forwarding
I have looked for port 6000 with netstat -a and lsof and nothing shows
up. All three machines are running Debian Sid. The offending one used to
work in this way a few months ago.
Any suggestions where to look for where the port is being blocked?
ssh -f -L 6000:localhost:4499 ***@91.204.208.39 -N
This works on two machines without problems. On the third (sod's law -
the one I really want to use), when I type the password I get:
bind: Address already in use
channel_setup_fwd_listener: cannot listen to port: 6000
Could not request local forwarding
I have looked for port 6000 with netstat -a and lsof and nothing shows
up. All three machines are running Debian Sid. The offending one used to
work in this way a few months ago.
Any suggestions where to look for where the port is being blocked?
--
Anthony Campbell - ***@acampbell.org.uk
Microsoft-free zone - Using Debian GNU/Linux
http://www.acampbell.org.uk (blog, book reviews,
and sceptical articles)
Anthony Campbell - ***@acampbell.org.uk
Microsoft-free zone - Using Debian GNU/Linux
http://www.acampbell.org.uk (blog, book reviews,
and sceptical articles)