ssh的一些常用命令:
使用root账号登录指定ip的服务器。下面需要把ip换成你自己服务器的ip。 ssh root@ip
如果服务器使用的不是标准端口,比如是4567端口,则是: ssh root@ip -p 4567