Hmmmm, this sort of suggests to me that ssh is not running on this particular box. I guess I can just start the service. Nope:pi@raspbmc:~$ sudo service ssh restart
ssh: unrecognized service
pi@raspbmc:~$ sudo service sshd restart
sshd: unrecognized service
pi@raspbmc:~$ ps -e | grep ssh
pi@raspbmc:~$
Am I missing something basic here? How can I ssh into this box as it seems there is no trace of ssh!pi@raspbmc:~$ sudo service ssh start
ssh: unrecognized service
pi@raspbmc:~$ sudo service sshd start
sshd: unrecognized service
UPDATE: It looks like I have to install ssh! Can I add an extra question or 2...how come (eg) the ssh conf file was present but not the service? Also, I am assuming then that installing the package allows me to ssh out is that right?
Cheers