View Single Post
Posts: 12 | Thanked: 1 time | Joined on Jan 2010
#24
I am trying to get this to work and this thread was usefull but unfortunatly I did not get it working yet.

WLAN (192.168.0.255)

1. N900, IP 192.168.0.13

open-ssh-common, open-ssh-server, openssh-client installed

2. Laptop Debian 5.0, IP 192.168.0.7

open-ssh client installed

Problem is whatever I do and whichever user I try ssh on the laptop hangs with this and nothing happens furthermore:

Code:
gh@brasov:~/.ssh$ ssh -vv root@192.168.0.13
OpenSSH_5.1p1 Debian-5, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 192.168.0.13 [192.168.0.13] port 22.
debug1: Connection established.
debug1: identity file /home/gh/.ssh/identity type -1
debug2: key_type_from_name: unknown key type '-----BEGIN'
debug2: key_type_from_name: unknown key type '-----END'
debug1: identity file /home/gh/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /home/gh/.ssh/id_dsa type -1
What I've tried:

I can ssh from N900 to other computers on the WLAN.
Strange is that there are no log's in /var/log for ssh on the N900.

Any ideas?