We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9153de6 + 91b7989 commit 0b2565fCopy full SHA for 0b2565f
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