当前位置:首页 > 技术教程 > 正文内容

No supported authentication methods available (server sent: publickey)

admin3年前 (2022-10-30)技术教程1916

1、putty登录出现如下报错:

 

 

2、解决方法, 修改配置文件, 重启ssh服务

root@DESKTOP-1N42TVH:/home# vim /etc/ssh/sshd_config

 

 

重启ssh服务:

root@DESKTOP-1N42TVH:/home# service ssh restart * Restarting OpenBSD Secure Shell server sshd

 

3、测试效果,问题解决


扫描二维码推送至手机访问。

版权声明:本文由59519发布,如需转载请注明出处。

本文链接:https://www.59519.com/?id=22

标签: centos
分享给朋友:

“No supported authentication methods available (server sent: publickey)” 的相关文章

Dell R720 R620 R720XD R510等服务器通过IPMI调整风扇转速

基本上都是通过ipmi来调整风扇转速。进入IPMI查看了一下风扇转速,基本都在16-20%之间,通过ipmi的统计看了一下一年的记录,cpu温度最高46度。思考了下,决定把风扇速度降到10%。首先到DELl官网下载IPMITOOL软件安装操作步骤1、将ipmi的风扇速度调整为手动ipmitool.e...

dell r720 开启超线程

开机按F2,选择system bios,进入BIOS设置界面,然后找到processor setting,将logical processor跟virtualzation technology都选择enabled...

Dell R720服务器bios升级报错解决方法

Lifecycle Controller 未启用。 要启用 Lifecycle Controller,请重新引导服务器。 在 POST 期间,请按 F2 进入“系统设置”。 转到 iDRAC 设置-> Lifecycle Controller,选择“启用”,然后保...

dell idrac使用 Web 界面启用 FIPS 模式

在 iDRAC Web 界面中,导航至 iDRAC Settings(iDRAC 设置) > Connectivity(连接) > Network(网络) > Network Settings(网络设置)&nbs...

查看ssh端口号_更改centos系统ssh连接端口号

查看ssh端口号_更改centos系统ssh连接端口号

1、修改ssh配置文件sshd_config[root@VM_0_10_centos ~]# vi /etc/ssh/sshd_config截图中红色框中的部分,建议先保留22端口号,然后新增自定义端口号2、防火墙放行[root@VM_0_10_centos ~]# firewall-cmd –zo...

破解CentOS7密码

破解CentOS7密码

1、utf-8 后加 init=/bin/sh       #Ctrl+x 执行启动 2、mount -o remount,rw /   ...