Add sshdconfig
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
# Public-SSH-Key
|
||||
|
||||
curl https://gitea.patchyfuntimes.com/mistsage2/Public-SSH-Key/raw/branch/main/homelab_ed25519 --output /root/.ssh/authorized_keys %% chmod 600 /root/.ssh/authorized_keys
|
||||
curl https://gitea.patchyfuntimes.com/mistsage2/Public-SSH-Key/raw/branch/main/homelab_pub --output /root/.ssh/authorized_keys && chmod 600 /root/.ssh/authorized_keys
|
||||
|
||||
cat <<EOT >> /etc/ssh/sshd_config
|
||||
PermitRootLogin prohibit-password
|
||||
AuthorizedKeysFile .ssh/authorized_keys
|
||||
Password Authentication no
|
||||
EOT
|
||||
Reference in New Issue
Block a user