Fix forgejo ssh

This commit is contained in:
♥ Minnie ♥ 2024-06-06 20:56:17 +08:00
parent 4bd78856e7
commit 670a7f2cd4
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 1 additions and 2 deletions

View file

@ -6,7 +6,6 @@
settings = {
PermitRootLogin = "no";
PasswordAuthentication = false;
AllowUsers = [ "sajenim" ];
};
ports = [ 62841 ];
openFirewall = true;