SSH in Mac OS X<br /> <br /> Mac OS X comes with its own implementation of OpenSSH, so you don`t need to install any third-party software to take advantage of the extra security SSH offers! Just open a terminal window and jump in.<br /> <br /> There`s no graphical front-end, however, so you`ll need to use some shell commands. In particular, you`ll need to change directories and possibly create the .ssh directory if you don`t already have one. Also, you`ll need to use emacs or vi to paste your public key, because pico inserts "line breaks" that will ruin your public key.
mac