背景
为了提高安全性,可以禁止 root 用户通过 SSH 登录。
编辑 SSH 配置文件
编辑配置文件
/etc/ssh/sshd_config
vim /etc/ssh/sshd_config
原创2024年11月23日大约 1 分钟
为了提高安全性,可以禁止 root 用户通过 SSH 登录。
编辑配置文件
/etc/ssh/sshd_config
vim /etc/ssh/sshd_config
本地主机版本为 Ubuntu 22.04.2 LTS, 原则上只要有ssh命令即可。
root@ubuntu:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.2 LTS
Release: 22.04
Codename: jammy
以下命令在 Ubuntu 20.04 LTS 系统上测试 , 原则上只要系统是Linux都通用
ubuntu@:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04 LTS
Release: 20.04
Codename: focal