About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
romach
8/5/2019 - 8:35 PM
share
Share
add_circle_outline
Save
Forbid root ssh login
forbid-root-ssh-login.md
content_copy
file_download
Rendered
Source
in
/etc/ssh/sshd_config
set
PermitRootLogin no
run
service ssh restart
clear