]> code.delx.au - monosys/blobdiff - etc/ssh/sshd_config
sshd_config ready to use
[monosys] / etc / ssh / sshd_config
index f934f7559755956ded488f6fa8536f7f07a23b80..5815f44ab999cf69095ecf7ebf4735a66f615055 100644 (file)
@@ -1,6 +1,6 @@
 LogLevel INFO
 Port 22
-Port 20050
+
 
 AuthenticationMethods publickey
 HostKey /etc/ssh/ssh_host_ed25519_key
@@ -8,7 +8,7 @@ HostKeyAlgorithms ssh-ed25519
 PubkeyAcceptedKeyTypes ssh-ed25519
 UsePAM yes
 
-AllowUsers root userA userB
+AllowUsers root
 PermitRootLogin prohibit-password
 
 Subsystem sftp internal-sftp