码迷,mamicode.com
首页 > 其他好文 > 详细

mac 通过 终端 ssh 远程连接 centos 服务器

时间:2014-08-19 00:49:03      阅读:277      评论:0      收藏:0      [点我收藏+]

标签:blog   os   io   文件   div   log   服务器   on   

mac 通过 终端 ssh 远程连接 centos 服务器

在终端下输入

ssh -l root 204.74.*.*      就可以连接了,这是端口没变的情况,还是原来的22

ssh -p 448(你改变的端口) -l root(连接用户名) 204.74.*.*      这个是端口改变后的连接

 

 

ssh 连接的时候 Host key verification failed. ssh

ssh 连接的时候 Host key verification failed. 
解决方法:
vi ~/.ssh/known_hosts
进入此目录,删除192.168.1.90的相关rsa的信息即可.

或者删除这个文件
cd ~/.ssh/
rm known_hosts

 

mac 通过 终端 ssh 远程连接 centos 服务器,布布扣,bubuko.com

mac 通过 终端 ssh 远程连接 centos 服务器

标签:blog   os   io   文件   div   log   服务器   on   

原文地址:http://www.cnblogs.com/jthb/p/3920889.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!