Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: manit123 on January 04, 2016, 09:12:07 AM
-
hi ,
i am using
$ version
6.3
on
$ uname -a
Linux box 3.16.6-tinycore #777 SMP Thu Oct 16 09:42:42 UTC 2014 i686 GNU/Linux
QUESTION
I was looking for ssh client . Got in app menu on searching ssh - libssh2 , openssh , sshfs .
Installed openssh.
Ran
$ ssh my_user_name@shell.openshells.net
Connection closed by 70.39.65.167
Booted PC with same network setting in ubuntu and got
root@bt:~# ssh my_user_name@shell.openshells.net
The authenticity of host 'shell.openshells.net (70.39.65.167)' can't be established.
RSA key fingerprint is 07:b5:4c:17:d2:55:25:6f:49:d7:e4:0c:44:2f:ab:7e.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'shell.openshells.net,70.39.65.167' (RSA) to the list of known hosts.
my_user_name@shell.openshells.net's password:
-
openssh works fine for me to login to the tinycore server...
-
Had seen this before... maybe there are problem with the ssh version and the bugs that disconnect the connection. Wrong cipher... You should try to enable debug with -vvv.
To see if you can see what disconnect your connection.
ssh -vvv my_user_name@shell.openshells.net