Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: lonsoft on May 12, 2012, 07:45:57 AM

Title: Access denied(PuTTY) while connecting to Dropbear
Post by: lonsoft on May 12, 2012, 07:45:57 AM
I am trying to use dropbear as a SSH server in TC 4.2 and connecting with it with PuTTY.
When i try to login dropbear ask me a username ad a password, I try with tc, root, nobody with no luck.


I have added the following 4 lines to /opt/.filetool.lst.

etc/passwd
etc/shadow
ect/dropbear/dropbear_rsa_host_key
ect/dropbear/dropbear_dss_host_key


and changed the root password with passwd command,
then backup and reboot the server.

Any help will be appreciated.

Thanks
Title: Re: Access denied(PuTTY) while connecting to Dropbear
Post by: Rich on May 12, 2012, 09:40:30 AM
Hi lonsoft
See if these threads are of any help:
http://forum.tinycorelinux.net/index.php/topic,12185.msg65465.html#msg65465
http://forum.tinycorelinux.net/index.php/topic,9149.msg50046.html#msg50046
Title: Re: Access denied(PuTTY) while connecting to Dropbear
Post by: curaga on May 12, 2012, 09:43:28 AM
Root login is denied by default, and nobody has no password. Use tc or create other normal users.
Title: Re: Access denied(PuTTY) while connecting to Dropbear
Post by: lonsoft on May 13, 2012, 10:40:03 AM
Thank you all.

I just removed Dropbear and install the openssh and it works...

thank you, again.