`
qiemengdao
  • 浏览: 276015 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

ubuntu ssh命令错误(转)

阅读更多
SSH登陆错误 WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
[root@localhost ~]# ssh 192.168.10.88
@    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 the RSA host key has just been
changed.
The fingerprint for the RSA key sent by the remote host is
b6:0c:41:43:60:79:eb:05:9e:c9:72:1d:a0:41:9a:50.
Please contact your system administrator.
Add correct host key in /root/.ssh/known_hosts to get rid of this
message.
Offending key in /root/.ssh/known_hosts:5
RSA host key for 192.168.10.88 has changed and you have requested
strict checking.
Host key verification failed.
因为在本地机器上曾经用SSH登录过这台远程计算机,因而留下了known_hosts的记录,在远程计算机重新安装系统后不能够通过鉴权.gedit ~/.ssh/known_hosts 进入此目录,删除192.168.10.88的相关rsa的信息即可.
二、The authenticity of host '192.168.2.108 (192.168.2.108)' can't be
established.
wzhnsc@wzhnsc-Ubuntu:~$ ssh 192.168.2.108
The authenticity of host
'192.168.2.108 (192.168.2.108)' can't be established.
DSA key fingerprint is
bb:43:0c:db:43:46:7e:5d:a1:6e:34:b4:fc:37:38:10.
Are you sure you want to continue connecting (yes/no)? y
Please type 'yes' or 'no': y
Please type 'yes' or 'no': y
Please type 'yes' or 'no': yes
Warning: Permanently added '192.168.2.108' (DSA) to the list of
known hosts.
Password:
Password:
Password:
出现上面的情况,只好按ctrl + c退出来了!
解决办法: ssh -l 有效用户名
服务器的IP地址
wzhnsc@wzhnsc-Ubuntu:~$ ssh -l root
192.168.2.108
Password:
Last login: Tue Dec 29 16:12:38 2009 from 192.168.2.118
Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
    The Regents
of the University of California.  All rights
reserved. FreeBSD 7.0-RELEASE (GENERIC) #0: Sun Feb 24 19:59:52 UTC
2008 Welcome to FreeBSD!
Before seeking technical support, please use the following
resources:
o  Security advisories and updated errata
information for all releases are
   at
http://www.FreeBSD.org/releases/ - always consult the ERRATA
section
   for your release first as it's
updated frequently.
o  The Handbook and FAQ documents are at
http://www.FreeBSD.org/ and,
   along with the mailing lists,
can be searched by going to
 
http://www.FreeBSD.org/search/.  If the doc
distribution has
   been installed, they're also
available formatted in /usr/share/doc.
If you still have a question or problem, please take the output
of
`uname -a', along with any relevant error messages, and email
it
as a question to the questions@FreeBSD.org mailing
list.  If you are
unfamiliar with FreeBSD's directory layout, please refer to the
hier(7)
manual page.  If you are not familiar with manual
pages, type `man man'.
You may also use sysinstall(8) to re-enter the installation
and
configuration utility.  Edit /etc/motd to change
this login announcement.
FreeBSD#
分享到:
评论

相关推荐

    ubuntu ssh服务器安装,ssh连接错误

    本篇将详细介绍如何在Ubuntu上安装SSH服务器以及解决可能出现的SSH连接错误。 首先,安装SSH服务器在Ubuntu中非常简单,主要通过命令行工具`apt`来完成。打开终端,输入以下命令: ```bash sudo apt update sudo ...

    Ubuntu 16.04 SSH安装失败的解决方案.txt

    ### Ubuntu 16.04 SSH安装失败的解决方案 #### 背景介绍 Ubuntu 16.04(代号Xenial Xerus)是一款非常受欢迎的操作系统,基于Linux内核开发,广泛应用于服务器和个人计算机上。SSH(Secure Shell)是一种网络协议,...

    Ubuntu 下 SSH配置

    ### Ubuntu 下 SSH配置详解 #### 一、引言 在本文中,我们将详细介绍如何在Ubuntu系统上配置SSH服务。SSH(Secure Shell)是一种用于远程登录和远程文件传输的安全协议,广泛应用于Linux系统的远程管理和文件传输...

    ubuntu安装ssh服务.docx

    如果出现以上错误信息,那么说明 ubuntu 没有安装 SSH 服务。 九、解决安装问题 在安装 SSH 服务时,可能会出现以下错误信息: /var/lib/apt/lists/lock - open (11: 资源暂时不可用) E: 无法对目录 /var/lib/apt...

    原生态ubantu无法使用SSH方法整改步骤详情

    在安装过程中,如果出现错误信息 "E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.",那么需要执行以下命令来解决问题: sudo rm /var/lib/dpkg/lock sudo dpkg --...

    ubuntu安装ssh服务.pdf

    Ubuntu通常预装了SSH客户端,但如果没有,可以通过运行以下命令来安装: ``` sudo apt-get install openssh-client ``` 2. 安装SSH服务器: 若要在Ubuntu上设置SSH服务,需要安装openssh-server。这可以通过...

    Ubuntu一键升级openssh-9.5p1+zlib-1.3

    接着,重启OpenSSH服务以应用更改,命令为`sudo systemctl restart ssh`。 6. **运行升级脚本**:`openssh_update.sh`很可能是用来自动化上述过程的脚本。为了安全起见,首先要查看脚本内容(`cat openssh_update....

    winscp,putty(ssh) 等连接ubuntu 需安装ssh服务.docx

    在互联网领域,尤其是计算机科学(cs)中,远程访问和管理Linux系统,如Ubuntu,通常依赖于SSH(Secure SHell)服务。SSH是一种网络协议,允许用户安全地在本地主机与远程主机之间进行命令行交互和文件传输。在本...

    Ubuntu16.04 离线安装openssh所需的安装包deb.zip

    在没有网络连接的情况下在Ubuntu 16.04上安装SSH,可以通过下载所需的DEB安装包并离线安装来实现。 DEB是Debian和基于Debian的系统(如Ubuntu)使用的软件包格式,包含了软件及其依赖关系。在本例中,我们有一个名...

    ganymed-ssh2-build210

    5. 处理输出流和错误流,获取命令执行结果或文件操作的反馈。 6. 最后,记得关闭所有资源以释放连接。 总结来说,“ganymed-ssh2-build210”是一个强大的Java SSH库,它提供了丰富的功能,让开发者能够安全地远程...

    乌班图(Ubuntu)命令使用技巧.doc

    乌班图(Ubuntu)命令使用技巧 本文档旨在提供乌班图(Ubuntu)命令使用技巧,帮助用户更好地使用 Ubuntu 操作系统。下面是命令的使用技巧: 1. 控制台 / 终端 / shell 的使用 控制台、终端和 shell 是同一个概念...

    ubuntu 命令参考手册含Shell命令编程

    - **SSH**:解释了如何通过SSH安全地远程访问Ubuntu系统。 - **邮件**:教授如何在Ubuntu上配置和使用邮件服务器。 - **本地化**:介绍了如何更改系统的语言和地区设置。 - **多语言化**:提供了支持多种语言的...

    Ubuntu 16.04远程登录服务器ssh的安装和配置.pdf

    Ubuntu 16.04 远程登录服务器 SSH 的安装和配置 在 Ubuntu 16.04 中,默认情况下已经安装了 openssh-client,为了避免与 openssh-server 不匹配,需要卸载原有的 ssh-client 和 ssh-server,然后重新安装 openssh-...

    Ubuntu 16.04远程登录服务器ssh的安装和配置.docx

    结论:本文详细介绍了Ubuntu 16.04远程登录服务器ssh的安装和配置过程,包括卸载默认的openssh-client和openssh-server,安装openssh-server和openssh-client,解决算法协商失败错误,开启root账户登录和重启ssh服务...

    在window8上使用ssh命令的记录

    3.输入命令: ssh root@192.168.78.133 -p 22连接虚拟机 此时我的电脑有报错:ssh: connect to host 192.168.78.133 port 22: Connection refused 造成这个错误的原因可能是ssh-server未安装或者未启动。ubuntu ...

    Go-manssh-命令行方式轻松管理ssh连接别名配置

    通过Go-manssh,IT从业者可以更有效地管理SSH连接,提高工作效率,减少手动输入错误。无论是个人开发者还是团队运维,Go-manssh都是值得信赖的SSH管理工具。在实际使用中,结合自身的运维场景和需求,灵活运用其各项...

    ubuntu终端命令

    标题与描述:“ubuntu终端命令”概述了Ubuntu操作系统中终端命令的使用方法,这些命令对于管理、维护和操作Ubuntu系统至关重要。以下将详细解释文件中提到的关键知识点。 ### 控制台与Shell 控制台(Console)、...

    UBUNTU命令大全

    ### UBUNTU命令大全知识点详解 #### 一、软件管理命令 **1. 查看软件安装内容** - **命令**: `dpkg -L xxx` - **功能**: 显示指定软件包`xxx`的所有文件列表。 - **应用场景**: 当需要了解某个软件包具体包含了哪些...

    puuty登陆Ubuntu server ,不能安装ssh协议解决方法.docx

    当尝试在Ubuntu Server上安装SSH时,可能会遇到各种问题,例如依赖问题或配置错误。 标签"互联网 cs"表明这与计算机科学(Computer Science)领域,特别是互联网相关的技术问题有关。 在部分内容中,用户遇到了`...

    SecureCRT-8.3.1_for_linux_ubuntu.zip

    3. 使用`sudo dpkg -i SecureCRT-8.3.1.deb`命令安装.deb文件,如果依赖项缺失,可能会提示错误,需要使用`sudo apt-get install -f`来解决。 4. 安装完成后,可以在应用启动器中找到SecureCRT并打开它。 5. 配置...

Global site tag (gtag.js) - Google Analytics