Skip to content

Commit 6fb539e

Browse files
remove -d flag with test
1 parent f8f411d commit 6fb539e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sftp-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
chmod 700 ~/.ssh
111111
sudo mkdir -p /run/sshd
112112
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
113+
sudo /usr/sbin/sshd -p 22222 -h $PWD/keys/server-key.pem -f sshd-config-test.txt -E $PWD/sshd-log.txt
114114
cat sshd-config-test.txt
115115
ps -e | grep sshd
116116

0 commit comments

Comments
 (0)