ssh tunnel - bind: Cannot assign requested address
- by JosephK
Trying to create a socks (-D) ssh tunnel - Linux box to Linux box (both centos):
sshd running on remote side ok.
From local machine we do / see this:
ssh -D 1080 user@8.8.8.8.
user@8.8.8.8's password:
bind: Cannot assign requested address
(where 8.8.8.8 is really my server's IP and 'user' is my real username)
I am logged into the remote side…