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"

1 comment:

Note: only a member of this blog may post a comment.