SSH and SFTP are command line applications available from the Terminal (located at /Applications/Utilities/Terminal).
SSH
SSH client is a program for logging into a remote machine and for executing commands on a remote machine.
Connecting
To connect using ssh type at the terminal:
ssh username@host_server
Username is your network account username and host_server is the remote server to which you're connecting.