Skip to content

Commit

Permalink
DEBUG: Debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Sep 29, 2023
1 parent 4557ea7 commit 14ccc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/setup_ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if ! [ -d /run/sshd ]; then
fi

# Starts the server
/usr/sbin/sshd -e -f config -h key_rsa -h key_dsa -p 10022
/usr/sbin/sshd -f config -d -d -d -h key_rsa -h key_dsa -p 10022 &

# Sets up the client
umask 077
Expand Down

0 comments on commit 14ccc41

Please sign in to comment.