Skip to content
GitLab
Explore
Sign in
Changes
Page history
etckeeper for disabling root ssh.
authored
Aug 28, 2024
by
David Fifield
Hide whitespace changes
Inline
Side-by-side
Survival-Guides/Snowflake-Broker-Installation-Guide.md
View page @
37c0f88b
...
...
@@ -29,6 +29,7 @@ root# vi /etc/ssh/sshd_config
PasswordAuthentication no
root# rm /root/.ssh/authorized_keys
root# service sshd restart
root# etckeeper commit "Disable root ssh."
</pre>
Add other users.
...
...