//默认端口是22.
1、ssh 用户名@ip
ssh root@192.168.111.3
//如果端口不是22需要指定端口
2、ssh -p 端口号 用户名@ip
ssh -p 8888 root@192.168.111.3
02-02
263
06-17
1468
10-18
393