This commit is contained in:
server
2023-04-13 06:54:28 -04:00
parent 6f4f048ce7
commit b4032ed40f
6 changed files with 120 additions and 24 deletions

5
configs/sshd_config Normal file
View File

@@ -0,0 +1,5 @@
Port 22
PermitRootLogin yes
PubkeyAuthentication yes
AuthorizedKeysFile .ssh/authorized_keys
PermitEmptyPasswords yes