WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: ssh client issue  (Read 3775 times)

Offline manit123

  • Sr. Member
  • ****
  • Posts: 315
ssh client issue
« 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
Code: [Select]
$ ssh my_user_name@shell.openshells.net
Connection closed by 70.39.65.167
Booted PC with same network setting in ubuntu and got
Code: [Select]
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:

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14761
Re: ssh client issue
« Reply #1 on: January 04, 2016, 09:40:39 AM »
openssh works fine for me to login to the tinycore server...

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 702
Re: ssh client issue
« Reply #2 on: January 04, 2016, 01:20:51 PM »
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