$ sudo apt-get install openssh-server
$ sudo /etc/init.d/ssh restart
You will then be able to log into the system from elsewhere.. there are no default tcp-wrappers or iptables implementations, so locking the box down from there is something you will probably want to consider.
christo