Results 1 to 4 of 4
user@computer:~$ ssh -vvv -p 9455 -X -C user@computername.dyndns.org
OpenSSH_5.8p1 Debian-1ubuntu3, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /home/user/.ssh/config
debug1: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
...
- 11-04-2011 #1Linux Newbie
- Join Date
- Jan 2010
- Location
- usa
- Posts
- 124
ssh tunneling
user@computer:~$ ssh -vvv -p 9455 -X -C user@computername.dyndns.org
OpenSSH_5.8p1 Debian-1ubuntu3, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /home/user/.ssh/config
debug1: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to computername.dyndns.org [217.128.61.112] port 9455.
debug1: connect to address 217.128.61.112 port 9455: Connection timed out
ssh: connect to host computername.dyndns.org port 9455: Connection timed out
how do i get this to work? Want to tunnel from work to home. have port fording turn on for the port and also have firewall turned off for the text. I'm doing the text from home be for at try it else ware. The dyndns.org right now is the free account to see if it works. Have installed ddclient
output from
sudo ddclient -daemon=0 -debug -verbose -noquiet > ddclient-output
is in attached file ddclient-output
ddclient-output.txt
- 11-04-2011 #2
I am no expert by no means at all so i could be totally off but i do know the default port for ssh it 22 so try using port 22 instead of 9455 perhaps?
- 11-04-2011 #3Just Joined!
- Join Date
- Nov 2011
- Posts
- 2
have you tried a simple localhost ssh.
user@computer:~$ ssh user@localhost
If that works, then your computer is configured to use port 22.
If that does not work, then your configuration is port 9455, so try
user@computer:~$ ssh -p user@localhost
tell me how these work with you. Also, what router are you using, and can you assign a port number for you dyndns name? I would not know because I use changeip.
- 11-04-2011 #4Linux Guru
- Join Date
- May 2011
- Posts
- 1,855
The ip address in the ssh output you posted does not match the ip address listed in the ddclient log. The ip address you should be using with your dyndns.org account is what is listed as your ip address at this page.
are you using the wrong dyndns name to ssh? try using the ip address instead.
btw, those aren't your real username and password in the ddclient log, right?


Reply With Quote