summaryrefslogtreecommitdiff
path: root/sys/auth
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-09-15 14:59:06 -0600
committerAlejandro Soto <alejandro@34project.org>2025-09-15 14:59:06 -0600
commite751d09e21dcb1da805696ed0e542719b18e7d73 (patch)
tree606dea1b22c9e3ee52934f76312d76522a185248 /sys/auth
parent8b736fadbea5b1010dc2675cfe91d2a592910eb4 (diff)
sys/[lustrated]: temporarily disable vsock SSH
Diffstat (limited to '')
-rw-r--r--sys/auth/openssh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/auth/openssh.nix b/sys/auth/openssh.nix
index 44fb49a..d278dc0 100644
--- a/sys/auth/openssh.nix
+++ b/sys/auth/openssh.nix
@@ -168,7 +168,7 @@ in {
after = [kernelMod];
wants = [kernelMod];
- socketConfig.ListenStream = mkForce ["vsock:${toString restrict.vsockCid}:${toString port}"];
+ #socketConfig.ListenStream = mkForce [ "vsock:${toString restrict.vsockCid}:${toString port}" ];
};
};