Skip to content

Commit b1394ba

Browse files
Ma27RaitoBezarius
andauthored
nixos/test-driver: improve wording of the enable option of SSH backdoor
Co-authored-by: Ryan Lahfa <[email protected]>
1 parent 1bd8073 commit b1394ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/lib/testing/nodes.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ in
8282
enable = mkOption {
8383
default = false;
8484
type = types.bool;
85-
description = "Whether to turn on the vsock-based SSH backdoor for all VMs.";
85+
description = "Whether to turn on the VSOCK-based access to all VMs. This provides an unauthenticated access intended for debugging.";
8686
};
8787
};
8888

0 commit comments

Comments
 (0)