Author Topic: root password under Cacko ROM  (Read 2861 times)

agosine

  • Full Member
  • ***
  • Posts: 123
    • View Profile
root password under Cacko ROM
« on: August 06, 2004, 10:33:02 am »
Does anyone have the root password under the Cacko ROM?  I enabled the telnet server but can't log into root.  It works if I log in using zaurus.  Is there something I have to change to enable root telnet login?  Thanks..
SL5500 running nothing.  Will not hold a charge.  =(
C1000 running Sharp ROM

iamasmith

  • Hero Member
  • *****
  • Posts: 1248
    • View Profile
root password under Cacko ROM
« Reply #1 on: August 06, 2004, 10:52:16 am »
The root password defaults to blank.

Try logging in as zaurus and using su.

The pam module is probably configured to disallow root from telnet login as this is widely regarded as insecure (plain text password sent over the wire).

Even better use ssh, if you have Cacko 1.21b installed then your ssh is already set up on the Z.
« Last Edit: August 06, 2004, 10:53:09 am by iamasmith »
OpenBSD 4.2 -current on full 4Gb of SL-C3000
Microdrive replaced with 4Gb SanDisk Extreme III card

agosine

  • Full Member
  • ***
  • Posts: 123
    • View Profile
root password under Cacko ROM
« Reply #2 on: August 06, 2004, 12:16:48 pm »
I'm using the Cacko ROM on my 5500.  Is there anything I need to do to allow SSH (keys)?  I've never used it before.
SL5500 running nothing.  Will not hold a charge.  =(
C1000 running Sharp ROM

iamasmith

  • Hero Member
  • *****
  • Posts: 1248
    • View Profile
root password under Cacko ROM
« Reply #3 on: August 06, 2004, 12:29:26 pm »
Ok, will have to admit I haven't seen an SL-5500 version of Cacko but I'm assuming that it's got an ssh server built in.

Typical default configuration for ssh is to run in a fairly light weight security mode and to allow communications from systems that you haven't already exchanged keys with. You run ssh against a new host and it exchanges the keys at that point and stores them (on a Linux client in a directory called ~/.ssh). So I guess the answer is no, you shouldn't need to 'exchange keys' with a default config (If I'm right that there is an ssh server on this ROM - perhaps an SL-5500 Cacko user could confirm ?).

If you (god forbid) want to communicate from a Windows host then you may want to download a copy of PuTTY as this a pretty good freebie version of ssh. Pretty much all modern distros of linux will have an ssh client on by default.

Hope this helps,

Andy
« Last Edit: August 06, 2004, 12:30:01 pm by iamasmith »
OpenBSD 4.2 -current on full 4Gb of SL-C3000
Microdrive replaced with 4Gb SanDisk Extreme III card