技术文档

帮助中心 > 技术文档 >

Ubuntu系统root用户远程登录

2023-12-14 作者:简米科技 阅读量:0 所属分类:技术文档

Ubuntu系统root用户远程登录

通过CRT远程登录Ubuntu时遇到报错:

The client has disconnected from the server. Reason:

Unable to authenticate using any of the configured authentication methods.

Ubuntu初始登录只能是普通用户,想用root登录,需普通用户登录,然后切换为root用户,先设置root密码,再更改sshd_config文件

ixo@snort:~$ sudo su

Password:

root@snort:/home/ixo#sudo passwd root

New password:

Retype new password:

passwd: password updated successfully

root@snort:/home/ivo# nano /etc/ssh/sshd_config

注意:是sshd_config,而不是ssh_config

...

#port 22

port 22

#PermitRootLogin prohibit-password

PermitRootLogin yes # 允许root直接登录

保存后重启ssh服务

sudo service ssh restart

标签:

本文地址:http://www.iisidc.cn/help/47.html

简米科技服务器支持24小时免费测试


成为简米科技会员,享受出众的上云实践机会和周到的尊贵服务!