You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds an SSH daemon to the cnf-test-partner image (#311)
* Adds an SSH daemon to the cnf-test-partner image
The default entrypoint keeps being the webserver. To lauch the SSH
daemon the following command can be used:
/usr/sbin/sshd -f /home/tnf-user/sshd/sshd_config -D -d
To be used for testing purposes.
* Fix linting error
0 commit comments