This commit is contained in:
parent
1366f1473a
commit
9facd258ca
@ -15,4 +15,4 @@ def test_sshd_config_file(host):
|
|||||||
assert sshd.exists
|
assert sshd.exists
|
||||||
assert sshd.user == "root"
|
assert sshd.user == "root"
|
||||||
assert sshd.group == "root"
|
assert sshd.group == "root"
|
||||||
assert oct(sshd.mode) == "0600"
|
assert oct(sshd.mode) == "0600"
|
||||||
|
Loading…
Reference in New Issue
Block a user