ssh -p 端口 root@192.168.1.1 登录就可以 通过特定端口登录Linux服务器 ssh -t root@123.456.7.8 -p 1234 通过特定端口上传文件 scp -P 1234 hehe.jar root@123.456.7.8:/home/ 相关文章: