by xero updated 10.29.24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# To use this on your own server, change the port and username to what you wish to use and deploy the public key for that user onto your SSH server. | |
# Make sure to leave at least one SSH session open while you test this! | |
# | |
# Run on a custom port | |
Port 54321 | |
# Restrict user access to the minimum | |
PermitRootLogin no |