WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Remote login using dropbear: what am I doing wrong? [SOLVED]  (Read 4037 times)

Offline PingPing

  • Jr. Member
  • **
  • Posts: 99
Remote login using dropbear: what am I doing wrong? [SOLVED]
« on: April 28, 2009, 09:31:19 AM »
I've got dropbear running on 192.168.3.254 but I can't login:
Code: [Select]
n00b@netbook:~$ ssh tc@192.168.3.254

Secure login powered by Dropbear SSH server.
tc@192.168.3.254's password:
Permission denied, please try again.
tc@192.168.3.254's password:
I'm just hitting RETURN at the password prompt (/etc/shadow suggests tc doesn't have a password).  Obviously I'm doing something really gimp but I can't think what.  Any suggestions?
« Last Edit: April 28, 2009, 11:33:12 AM by Shagbag »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10962
Re: Remote login using dropbear: what am I doing wrong?
« Reply #1 on: April 28, 2009, 10:13:57 AM »
It's possible dropbear doesn't allow empty-password logins. What happens if you give user tc a password?
The only barriers that can stop you are the ones you create yourself.

Offline PingPing

  • Jr. Member
  • **
  • Posts: 99
Re: Remote login using dropbear: what am I doing wrong?
« Reply #2 on: April 28, 2009, 10:29:33 AM »
Yeah, that works.  Thanks.
How do I make the password change permanent (ie. survive a reboot)?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10962
Re: Remote login using dropbear: what am I doing wrong?
« Reply #3 on: April 28, 2009, 11:12:43 AM »
By adding /etc/passwd and /etc/shadow to your backup (ie the list at /opt/.filetool.lst)
The only barriers that can stop you are the ones you create yourself.

Offline PingPing

  • Jr. Member
  • **
  • Posts: 99
Re: Remote login using dropbear: what am I doing wrong?
« Reply #4 on: April 28, 2009, 11:30:06 AM »
Doh!  **bangs head against wall**

I've done it now and my TCL-powered home webserver is running A-OK.
Thanks for the help!  ;D