Centos 使用 SSH 连接远程服务器
时间:2014-05-20 11:29 来源:linux.it.net.cn 作者:IT网
使用SSH连接远程服务器,我一直在试下面的命令,可是老是连不上。
#ssh vps.it.net.cn:22xx
总是提示
ssh: Could not resolve hostname vps.it.net.cn:22xx: Name or service not known
原来要这么用
#ssh username@vps.it.net.cn -p 22xx
(责任编辑:IT)
使用SSH连接远程服务器,我一直在试下面的命令,可是老是连不上。 #ssh vps.it.net.cn:22xx 总是提示 ssh: Could not resolve hostname vps.it.net.cn:22xx: Name or service not known 原来要这么用 #ssh username@vps.it.net.cn -p 22xx(责任编辑:IT) |