I am trying to use my RPI without a keyboard (hasn't arrived yet). I have installed ArchLinux on the SD card and its booting fine. Using OSX im am trying to connect to the RPI by connecting it directly to my laptop via ethernet(no router available).
The RPI appears on ifconfig at en0 with inet 169.254.233.8. Then on terminal I run
ssh alarmpi@169.254.233.8
and get
ssh: connect to host 169.254.233.8 port 22: Connection refused
Although SSH is said to be enabled by default on arch linux. Am I doing something wrong or it just doesnt work this way?
pingthe Pi OK? – Andrew Nov 9 '12 at 6:47