container-test: disable UsePam for ssh
doesn't work without setuid, which we currently do not support.
This commit is contained in:
@@ -40,10 +40,7 @@ clanLib.test.makeTestClan {
|
||||
client.environment.etc.private-test-key.source = ./private-test-key;
|
||||
|
||||
server = {
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.UsePAM = false;
|
||||
};
|
||||
services.openssh.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user