Include sSh in the system startup with
rc-update add sshd default
Start it directly with
/etc/init.d/sshd start
With this, you can connect to the machine with ssh machine
ssh machine