Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: yong on May 05, 2009, 01:44:47 PM

Title: About SSH log in
Post by: yong on May 05, 2009, 01:44:47 PM
Hi,
   I want to user SSH client to log in TCL SSH server. I enable SSH Server at "Control Panel", but when I use a SSH client to log in, I don't know the user name and password. I tried
uname: tc
password:tc
uname: tc
password:none
uname: root
password:none
   but all of them failed. How to handle it?
Title: Re: About SSH log in
Post by: roberts on May 05, 2009, 02:10:03 PM
You should set the password for use tc

$ sudo passwd tc
Title: Re: About SSH log in
Post by: PingPing on May 06, 2009, 08:58:00 PM
Yes, set the password because Dropbear does not allow password-less logins.