SSH from Linux CLI

The following is a basic command for verbose ssh with a private key to a ssh server running on a custom post:

ssh -v user@domain -p $port -i "/private/key/file/path"