I am trying to create a link to open an ssh connection to another computer. I am an OS X 10.5.7 and Ubuntu 9.04 user. I am tempted to create a symbolic link as such:
ln -s "ssh user@computer_name" computer_name
I know this is wrong. Could someone point me in the right direction?