美文网首页
刘月林 | 关于服务器初始化之后的注意事项

刘月林 | 关于服务器初始化之后的注意事项

作者: 刘月林Yuelin_MELB | 来源:发表于2018-08-02 20:07 被阅读0次
刘月林
ssh root@********
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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 ECDSA key sent by the remote host is
SHA256:4A9+5CWF3BYw8S1R4igwVBYWyLjLAJn3m7C/E3IfhW4.
Please contact your system administrator.
Add correct host key in /Users/liuyuelin/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /Users/liuyuelin/.ssh/known_hosts:6
ECDSA host key for ******** has changed and you have requested strict checking.
Host key verification failed.
 ✘ liuyuelin@liuyuelindeMacBook-Pro ⮀ ~ ⮀ ssh deploy@********
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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 ECDSA key sent by the remote host is
SHA256:4A9+5CWF3BYw8S1R4igwVBYWyLjLAJn3m7C/E3IfhW4.
Please contact your system administrator.
Add correct host key in /Users/liuyuelin/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /Users/liuyuelin/.ssh/known_hosts:6
ECDSA host key for ******** has changed and you have requested strict checking.
Host key verification failed.
 ✘ liuyuelin@liuyuelindeMacBook-Pro ⮀ ~ ⮀ ssh-keygen -l -f ~/.ssh/known_hosts
256 SHA256:F0p7sAJdtMZ6AG2EtR5t48vwZ1UadWFv4f0a6LtTtZ8 ******** (ECDSA)
256 SHA256:rg+zeuY6cbxJnK5liLI495O4Tqb2K2x5eOXg5Wg1D7o ******** (ECDSA)
256 SHA256:xUEXBV3oESt10ctoYy/Egw2DiFhlYJJbetot5p791u4 ******** (ECDSA)
2048 SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8 github.com,52.74.223.119 (RSA)
2048 SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8 ******** (RSA)
256 SHA256:v9etjDGuFPjX8KTB7/tHI00wuOY2DPifS6579rttD0c ********(ECDSA)
 liuyuelin@liuyuelindeMacBook-Pro ⮀ ~ ⮀ ssh deploy@ ********
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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 ECDSA key sent by the remote host is
SHA256:4A9+5CWF3BYw8S1R4igwVBYWyLjLAJn3m7C/E3IfhW4.
Please contact your system administrator.
Add correct host key in /Users/liuyuelin/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /Users/liuyuelin/.ssh/known_hosts:6
ECDSA host key for******** has changed and you have requested strict checking.
Host key verification failed.
 ✘ liuyuelin@liuyuelindeMacBook-Pro ⮀ ~ ⮀ ssh-keygen -R ********
# Host ******** found: line 6
/Users/liuyuelin/.ssh/known_hosts updated.
Original contents retained as /Users/liuyuelin/.ssh/known_hosts.old
 liuyuelin@liuyuelindeMacBook-Pro ⮀ ~ ⮀ ssh deploy@********
The authenticity of host '******** (********)' can't be established.
ECDSA key fingerprint is SHA256:4A9+5CWF3BYw8S1R4igwVBYWyLjLAJn3m7C/E3IfhW4.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '********' (ECDSA) to the list of known hosts.
deploy@********'s password:
Permission denied, please try again.
deploy@********'s password:
Permission denied, please try again.
deploy@********'s password:
deploy@********: Permission denied (publickey,password).
 ✘ liuyuelin@liuyuelindeMacBook-Pro ⮀ ~ ⮀ ssh root@********
root@********'s password:
Welcome to Ubuntu 14.04.5 LTS (GNU/Linux 4.4.0-93-generic x86_64)

 * Documentation:  https://help.ubuntu.com/

Welcome to Alibaba Cloud Elastic Compute Service !

错误分析:
1+初始化磁盘之后没有更新系统
2+没有采用 root 登录
🔗https://www.jianshu.com/p/04328ed5970e

刘月林
写于湖北沙洋
2018/08/02

相关文章

  • 刘月林 | 关于服务器初始化之后的注意事项

    错误分析:1+初始化磁盘之后没有更新系统2+没有采用 root 登录?https://www.jianshu.co...

  • 关于so的简单汇总

    关于soname的注意事项 关于so的环境变量 共享对象的两种形式 共享对象的初始化

  • Docker 分布式集群

    一、在主服务器上创建集群管理服务器。 1.1、初始化swarm 初始化之后会给出一个加入节点的命令,并且给出了一个...

  • linux服务器环境搭建

    一、基础设施配置 1、服务器选用的是ubuntu版的linux服务器。 在初始化云服务器的实例之后,就可以在管理控...

  • 服务器端启动总结

    前面我们已经分析了服务器启动时,初始化的部分。当初始化完成之后,服务已经启动完成。 使用jps命令可以看到有** ...

  • 服务器的Mysql初始化设置

    继上篇博客记录了服务器的初始化安全设置之后,本篇文章会记录Mysql数据库的初始化安全设置。在操作mysql之前,...

  • 11 数组

    数组的定义 01 动态初始化 02 静态初始化 03 省略格式及初始化注意事项 04 获取数组 05 动态数组初始...

  • 华为2285h v5安装系统记

    华为服务器开机后,初始化之后,出现黑框,按DEL键,进入BIOS, Advance > IPMI BMC Conf...

  • 07-redis 的 sentinel模式

    Redis 的 sentinel模式 启动并初始化Sentinel 初始化服务器 将普通reids服务器使用的代码...

  • application对象(获取网站的访问量)(2)

    application:提供了关于服务器版本,应用级初始化参数和应用内资源据对路径的方式 application作...

网友评论

      本文标题:刘月林 | 关于服务器初始化之后的注意事项

      本文链接:https://www.haomeiwen.com/subject/zzgsvftx.html