2023年6月17日 星期六

[研究]開放 root 本機登入 (Splunk - Rocky Linux 9.2 / CentOS)

[研究]開放 root 本機登入 (Splunk - Rocky Linux 9.2 / CentOS)

2023-06-17

開放 root 可以本機登入

Rocky Linux 9 或 CentOS 預設不能用 root 本機登入或 ssh 登入,若要開放

修改 sshd 的設定檔

$ sudo vi /etc/ssh/sshd_config

找到 (約第 40 行)

PermitRootLogin prohibit-password

改為

PermitRootLogin yes

儲存檔案及離開編輯器,重新啟動 sshd:

$ sudo systemctl restart sshd

登出,可以用 root 登入了。


(完)

相關

[研究]開放 root 本機登入 (Splunk - Rocky Linux 9.2 / CentOS)
https://shaurong.blogspot.com/2023/06/root-splunk-rocky-linux-92-centos.html

[研究]舊版 kernel 放在哪裡? 如何刪除 ? (Rocky Linux 9.2 / CentOS)
https://shaurong.blogspot.com/2023/06/kernel-rocky-linux-92-centos.html

[研究]Rocky Linux 9.2 / CentOS 把 /home 空間合併到 / 根目錄分割https://shaurong.blogspot.com/2023/06/rocky-linux-92-centos-home.html

[研究] Rocky Linux 9 / CentOS 查詢磁碟分割上、目錄的空間佔用情況
https://shaurong.blogspot.com/2023/06/rocky-linux-9-centos.html

[研究]Rocky Linux 9.2 , CentOS 安裝時手動分割磁區
https://shaurong.blogspot.com/2023/06/rocky-linux-92-centos.html

[研究]Rocky Linux 8.8、9.2預設分割大小測試
https://shaurong.blogspot.com/2023/06/rocky-linux-8892.html

[研究]Splunk 9.0.5 (on Rocky Linux 9.2) 回傳停止之解決
https://shaurong.blogspot.com/2023/06/splunk-905-on-rocky-linux-92.html

沒有留言:

張貼留言