can't get a password-less ssh login to seagate-central

Asked by Anthony Dobaj

attempting to get a password-less login to a seagate central NAS, and I've played with lots of permutations for permissions for the config files and authorized_keys files, and of course generated and placed the rsa files. from executing "/usr/sbin/sshd -d" I can see that the NAS is complaining that the ssh daemon cannot open the /etc/ssh/ssh_host_rsa_key due to permission denied. I can't get to this file because I don't have root access. am I on the right track? anybody know what the default root password is for a seagate central?

Question information

Language:
English Edit question
Status:
Solved
For:
Back In Time Edit question
Assignee:
No assignee Edit question
Solved by:
Tudor Georgescu
Solved:
Last query:
Last reply:
Revision history for this message
Germar (germar) said :
#1

I searched a bit and found these sites both saying root default password is empty (mumble mumble)
http://forum.xbmc.org/showthread.php?tid=185427
http://inspyreone.weebly.com/blog/seagate-central-nas-drive-no-permissions-on-the-public-drive

Revision history for this message
Best Tudor Georgescu (icnl) said :
#2

ssh with password, then su -

Set the following permissions:

drwxr-xr-x root root /Data
drwxr-xr-x username username /Data/username
drwx------ username username /Data/username/.ssh
-rw------- username username /Data/username/.ssh/authorized_keys

Reboot Seagate Central.

Revision history for this message
Anthony Dobaj (apdobaj) said :
#3

Thank you very much Tudor, this did the trick.

Revision history for this message
Anthony Dobaj (apdobaj) said :
#4

Thanks Tudor Georgescu, that solved my question.