Command

ssh

2 useful snippets found.

指定端口进行SSH连接

ssh -p [端口号] [用户]@[主机]

使用特定私钥进行SSH连接

ssh -i [密钥文件] [用户]@[主机]