OESF Portables Forum

Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: Moreno on May 18, 2005, 05:17:03 am

Title: Ssh Public Key Authentication + User Root + 5500
Post by: Moreno on May 18, 2005, 05:17:03 am
Hi all.

I have installed openssh on my 5500 and I'd like to access without password (i.e. using public key authentication) using the user root.
I added my desktop pc user's public keys to the authorized_keys file on my Z, but I'm always asked for a password when I try to log in.
However, I can log succesfully from Z in my desktop pc using public key authentication.
The sshd_config files in Desktop PC and Z are almost identical.
Does anyone succeeded in doing this?
Is this issue related to the non-standard root's home (/home/root) in the 5500 models?

Thanks in advance.
Title: Ssh Public Key Authentication + User Root + 5500
Post by: aki on May 20, 2005, 08:46:40 pm
Check that the Zaurus sshd_config have these settings:

Code: [Select]
PasswordAuthentication no  
PermitRootLogin yes
PubkeyAuthentication yes
Title: Ssh Public Key Authentication + User Root + 5500
Post by: colryn on August 26, 2005, 08:13:10 pm
Quote
Check that the Zaurus sshd_config have these settings:

Code: [Select]
PasswordAuthentication no  
PermitRootLogin yes
PubkeyAuthentication yes
[div align=\"right\"][a href=\"index.php?act=findpost&pid=80744\"][{POST_SNAPBACK}][/a][/div]

Where is this config file located?