trouble shooting1--MacBook Pro 终端连接上云主机

Posted zhoujianjie1988

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了trouble shooting1--MacBook Pro 终端连接上云主机相关的知识,希望对你有一定的参考价值。

终端输入:ssh [email protected]服务器地址

错误提示:

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

            WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!Someone could be eavesdropping on you right

now (man-in-the-middle attack)!It is also possible that a host key has just been changed.The fingerprint for the

RSA key sent by the remote host isSHA256:这里每个人都不同Please contact your system administrator.Add correct

host key in /Users/Anan/.ssh/known_hosts to get rid of this message.Offending RSA key in /Users/Anan/.ssh/known

_hosts:1RSA host key for 这里是服务器的IP has changed and you have requested strict checking.Host key verification failed.

 

解决方法:

终端输入:

ssh-keygen -R 输入服务器的IP

ssh [email protected]服务器地址

出现:Are you sure you want to continue connecting (yes/no)?

输入yes, 
就完成连接啦!同时,新的认证也生成了 
在mac下使用终端连接服务器方式

 

原因:

第一次SSH连接时,会生成一个认证,储存在客户端(也就是用SSH连线其他电脑的那个,自己操作的那个)中的known_hosts,

但是如果服务器验证过了,认证资讯当然也会更改,服务器端与客户端不同时,就会跳出错误啦~因此,只要把电脑中的认证资

讯删除,连线时重新生成(删除指令:ssh-keygen -R 输入服务器的IP)

 



以上是关于trouble shooting1--MacBook Pro 终端连接上云主机的主要内容,如果未能解决你的问题,请参考以下文章

HDU 4334 Trouble (暴力)

hdu 3591 The trouble of Xiaoqian

录制音频,然后使用 AudioRecord、AudioTrack.trouble 播放

Trouble and solution

Trouble HDU - 4334

trouble shooting(mybatis)