WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Dropbear problem  (Read 2944 times)

Offline dsara35

  • Newbie
  • *
  • Posts: 49
Dropbear problem
« on: June 20, 2010, 09:18:36 PM »
 Hi im using tinycore dropbear for remote or ssh login.. im starting dropbear by the command
 
       /etc/init.d/dropbear start

 it generating rsa and dss keys... then im trying to ssh the tinycore machine as 
     
     ssh root@192.168.1.2
     root@192.168.1.2 password:
     im entering the root password here but its saying permission denied, please try again later what is the problem and wat im doing wrong...
D.Saravanan

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10965
Re: Dropbear problem
« Reply #1 on: June 21, 2010, 02:40:07 AM »
Root logins are not allowed by default. Log in as user tc or another user, or edit the init.d file.
The only barriers that can stop you are the ones you create yourself.