We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9153de6 commit 91b7989Copy full SHA for 91b7989
1 file changed
features/test/ssh/checks.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
3
+sleep 1
4
check "/var/log/sshd.log exists and is not empty" test -s /var/log/sshd.log
5
check "ssh is running" sudo sh -c 'sv status openssh | grep -E ^run:'
6
sudo sv stop openssh
0 commit comments