We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f411d commit 6fb539eCopy full SHA for 6fb539e
1 file changed
.github/workflows/sftp-benchmark.yml
@@ -110,7 +110,7 @@ jobs:
110
chmod 700 ~/.ssh
111
sudo mkdir -p /run/sshd
112
sudo chmod 755 /run/sshd
113
- sudo /usr/sbin/sshd -d -p 22222 -h $PWD/keys/server-key.pem -f sshd-config-test.txt -E $PWD/sshd-log.txt
+ sudo /usr/sbin/sshd -p 22222 -h $PWD/keys/server-key.pem -f sshd-config-test.txt -E $PWD/sshd-log.txt
114
cat sshd-config-test.txt
115
ps -e | grep sshd
116
0 commit comments