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
Currently there are several steps which have to be done:
Install, configure and start the sshd in the docker container. Starting probably is easiest just before the test in the groovy script
The current show stopper is that ssh is checking the host key for "localhost", so one has to distribute the host key. As the known_hosts file is in the home folder, which is shared across the containers, it always has to be the same key. I don't know how to do that, and if it is OK to do this.
The text was updated successfully, but these errors were encountered:
Currently there are several steps which have to be done:
The text was updated successfully, but these errors were encountered: