//默认端口是22. 1、ssh 用户名@IP SSH root@192.168.111.3 //如果端口不是22需要指定端口 2、ssh -p 端口号 用户名@ip ssh -p 8888 root@192.168.111.3 (图片来源网络,侵删)