Command

ssh

2 useful snippets found.

SSHでポートを指定して接続するには?

ssh -p [ポート番号] [user]@[host]

SSHで秘密鍵ファイルを指定して接続するには?

ssh -i [鍵ファイルパス] [user]@[host]