mac 通过 终端 ssh 远程连接 centos 服务器
在终端下输入
ssh -l root 204.74.*.* 就可以连接了,这是端口没变的情况,还是原来的22
ssh -p 448(你改变的端口) -l root(连接用户名) 204.74.*.* 这个是端口改变后的连接
======================================
Mac-4a0002833f10:~ Hades$ ssh -p 27417 -l root 45.78.17.86
root@45.78.17.86's password:
No comments:
Post a Comment