no comments yet
19 Apr 2018

ssh连接远程IP的指定端口

ssh 到远程ip的指定端口:

ssh -p xx user@ip

xx 为 端口号,user为用户名,ip为要登陆的ip。