secureCRT 连接 Ubuntu出现这种情况怎么办

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了secureCRT 连接 Ubuntu出现这种情况怎么办相关的知识,希望对你有一定的参考价值。

输入的是root用户和密码,但是出现这个问题,为什么呢

参考技术A 方法一:
1. vi服务器端的/etc/ssh/sshd_config
2. 把PasswordAuthentication设成yes
3. 重启ssh服务

方法二:
1.vi服务器端的/etc/ssh/sshd_config
2.找到#PermitRootLogin no将其修改为PermitRootLogin yes

方法三:
1.查看sshd是否正确在运行
netstat -anp | grep sshd
2.如果没有运行使用 service sshd restart 重启服务

方法四:
1.客户端使用 ssh -v root@192.168.0.120 查看登陆信息
2.提示“Permission denied, please try again.”
3.查看防火墙
#/etc/init.d/iptables status
如果22端口被限制则无法登陆。
放开端口22
#/sbin/iptables -I INPUT -p tcp –dport 22 -j ACCEPT
#/etc/rc.d/init.d/iptables save追问

不对啊,还是出现这个,我用filezilla连也是说的什么密码错误,但是root用户的密码是正确的啊

SecureCRT连接VirtualBox虚拟机Ubuntu

需要几个注意的点:

1.配置网络

 

2.注意SecureCRTusername一定要和Ubuntu主机一致

 

3.hostname需要在Ubuntu主机终端通过ifconfig获取

如果是首次安装系统,需要先安装网络工具

sudo apt install openssh-server

以上是关于secureCRT 连接 Ubuntu出现这种情况怎么办的主要内容,如果未能解决你的问题,请参考以下文章

SecureCRT连接VirtualBox下的ubuntu以及NMP的搭建与通过宿主机访问该NGINX服务器过程

secureCRT连不上虚拟机上的ubuntu

SecureCRT通过ssh服务连接Ubuntu虚拟机

在ubuntu下用SecureCRT连接时,出现license does not include support for the SSH2 protocol.求帮助?

我的secureCRT连接一个linux ubuntu主机显示the remote system refused the connection

如何使用SecureCRT 连接ubuntu