![]() |
2010-02-03
, 13:38
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#42
|
when i did this..!
what u got was this...:
$ ssh -v mananpc.dydns.org
OpenSSH_5.1p1 Debian-6.maemo5, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /home/user/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to mananpc.dydns.org [***.**.**.***] port 22.
debug1: connect to address ***.**.**.*** port 22: Connection timed out
ssh: connect to host mananpc.dydns.org port 22: Connection timed out
~ $
in place of stars...it was my ip address!
-what do i do?
cat /home/user/.ssh/config
![]() |
2010-02-03
, 19:22
|
Posts: 254 |
Thanked: 17 times |
Joined on Dec 2009
|
#43
|
![]() |
2010-02-03
, 20:32
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#44
|
![]() |
2010-02-03
, 22:44
|
Posts: 54 |
Thanked: 47 times |
Joined on Jan 2010
|
#45
|
![]() |
2010-02-04
, 03:46
|
Posts: 254 |
Thanked: 17 times |
Joined on Dec 2009
|
#46
|
![]() |
2010-02-04
, 09:24
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#47
|
Sorry rob1n got a problem.
"ssh-keygen -b 2048 -t rsa"
asks for "Enter file name in which to save key (/home/user/.ssh/id_rsa):
I type a name "adsl", enter passphrase.
It ends up making 2 files under /home/user/ "adsl.pub, adsl. "
I tried renaming the adsl.pub to id_rsa.pub and moved to /home/user/.ssh/id_rsa but I don't think its working getting connection error
Thanks in advance
IdentityFile /home/user/adsl
![]() |
2010-02-04
, 09:29
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#48
|
![]() |
2010-02-04
, 15:14
|
Posts: 254 |
Thanked: 17 times |
Joined on Dec 2009
|
#49
|
The error you reported indicates that the N900 is unable to use DNS services to look up what IP address maps to the hostname you've given. Either you've given the wrong hostname (mistyped it), there's a server problem, or the N900 has networking issues.
The server side seems to be okay (I can lookup the IP address for mananpc.dydns.org), so it must be an issue with the network connection on the N900. If this is still happening, then check that you can actually use the network (try using the browser).
![]() |
2010-02-04
, 15:18
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#50
|
what u got was this...:
$ ssh -v mananpc.dydns.org
OpenSSH_5.1p1 Debian-6.maemo5, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /home/user/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to mananpc.dydns.org [***.**.**.***] port 22.
debug1: connect to address ***.**.**.*** port 22: Connection timed out
ssh: connect to host mananpc.dydns.org port 22: Connection timed out
~ $
in place of stars...it was my ip address!
-what do i do?