Thanks dosborne, how does one check exactly via Telnet? I've telnet 192.168.1.XX with Terminal and it looks like I'm able to access the NAS. From my research, it appears that sshd.sh is not started. Is that where my problem is?
I've tried the following: / # ./ffp/start/sshd.sh start
which resulted in:
You don't exist, go away!
You don't exist, go away!
You don't exist, go away!
Starting /ffp/sbin/sshd
Could not load host key: /ffp/etc/ssh/ssh_host_rsa_key
Could not load host key: /ffp/etc/ssh/ssh_host_dsa_key
Disabling protocol version 2. Could not load host key
sshd: no hostkeys available -- exiting.
I don't appear to have an ssh_host_rsa or dsa_key
/mnt/HD_a2/ffp/etc/ssh # ls -l
-rw-r--r-- 1 0 root 125811 May 19 2009 moduli
-rw-r--r-- 1 0 root 1498 May 19 2009 ssh_config
-rw-r--r-- 1 0 root 3306 May 19 2009 sshd_config
This is what I have in the root directory if it helps any...
bin etc image.cfs mnt sbin usr welcome.msg
default ffp lib proc sys var
dev home lost+found root tmp web
Any ideas? Thanks.