2025-05-25 18:06:03 -09:00
2025-05-25 17:48:55 -09:00
2025-05-25 18:06:03 -09:00

Public-SSH-Key

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 <> /etc/ssh/sshd_config
PermitRootLogin prohibit-password
AuthorizedKeysFile .ssh/authorized_keys
Password Authentication no
EOT

Description
My Public SSH Key
Readme 33 KiB