Test whether PAM resource limits work
This commit is contained in:
parent
ff74d78c9d
commit
8c047d4f2c
@ -8,6 +8,8 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
security.pam.services.sshd.limits =
|
||||||
|
[ { domain = "*"; item = "memlock"; type = "-"; value = 1024; } ];
|
||||||
};
|
};
|
||||||
|
|
||||||
client =
|
client =
|
||||||
@ -31,5 +33,6 @@
|
|||||||
|
|
||||||
$client->waitForUnit("network.target");
|
$client->waitForUnit("network.target");
|
||||||
$client->succeed("ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no server 'echo hello world' >&2");
|
$client->succeed("ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no server 'echo hello world' >&2");
|
||||||
|
$client->succeed("ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no server 'ulimit -l' | grep 1024");
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user