did you install the ssh client?
If so it *should* be in your path.
To make an ssh connection just type
ssh
username@hostname.of.server
You will need to have the ssh server runnign to make a connection though, if you are running on localhost then just make sure it is running
/etc/init.d/sshd start