ikariiin / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
0 stars 0 forks source link

Cant connect to openSSH Server on Debian from Connectbot client on Android. #675

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Tried to connect to :

mick@192.168.1.101:22  (The LAN address of the target debian system)
root@192.168.1.101:22

mick@debian:22 (debian is the host name of the target system)
root@debian:22 

Connectbot outputs "Connecting to debian:22 / 192.168.1.101:22 via ssh"
After a while I either get the message the connection has been closed or 
sometimes i get nothing at all.

I have checked the server is operational by connecting via localhost on the 
debian machine, also to the LAN address 192.168.1.101.
I have also connected via a windows machine on the same LAN using the program 
PuTTY.

Both methods have shown that the debian openSSH server is up and running OK.

I am using Connectbot on a Arnova 10 G2 tablet running Android 2.3.1 
Gingerbread, and it is running Kernel version 2.6.32.27

What version of the product are you using (you can see this by using Menu
-> About in the Host List)?

Connectbot 1.7.1 (v1.7.1-121-gfb1d457 2013.11.01)

What type of system are you trying to connect to?

Linux debian.

If you are able to connect, what is the output of "echo $TERM", "uname -a",
and any other relevant information on the host?

mick@debian:~$ echo $TERM
xterm

mick@debian:~$ uname -a
Linux debian 3.2.0-4-686-pae #1 SMP Debian 3.2.46-1+deb7u1 i686 GNU/Linux

mick@debian:~$ 

Please provide any additional information below.

Original issue reported on code.google.com by mickcaul...@gmail.com on 12 Nov 2013 at 8:30