ssh -i <私钥文件> <远程服务器的账号>@<远程服务器的IP> -p <远程服务器的SSH端口号>
ssh -i /root/Identity root@172.16.0.222 -p 1122