Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started 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
-
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
-
Root login is denied by default, and nobody has no password. Use tc or create other normal users.
-
Thank you all.
I just removed Dropbear and install the openssh and it works...
thank you, again.