WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: About SSH log in  (Read 2172 times)

Offline yong

  • Newbie
  • *
  • Posts: 10
About SSH log in
« on: May 05, 2009, 10:44:47 AM »
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?

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: About SSH log in
« Reply #1 on: May 05, 2009, 11:10:03 AM »
You should set the password for use tc

$ sudo passwd tc
10+ Years Contributing to Linux Open Source Projects.

Offline PingPing

  • Jr. Member
  • **
  • Posts: 99
Re: About SSH log in
« Reply #2 on: May 06, 2009, 05:58:00 PM »
Yes, set the password because Dropbear does not allow password-less logins.