fix ssh gpg-agent forward

This commit is contained in:
Alexander Bantyev 2021-06-06 18:59:19 +03:00
parent e7fba23579
commit 0015dffed4
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -4,6 +4,7 @@
passwordAuthentication = false;
permitRootLogin = "no";
forwardX11 = true;
extraConfig = "StreamLocalBindUnlink yes";
ports = [ 22 ];
};