The issue is, we can't ssh from container to docker host.
when executing the stac networking test (https://github.com/openshift/svt/blob/master/networking/synthetic/run-stac-test.sh), it is always ask for ssh psswd.
since we have some sort of iterations it is not ideal for execution.
we need to include the ssh-key inside the container to avoid any ssh authentication dialog during the test execution.
I tried few different methods:
- edit the dockerfile and redeploy the application from scratch within the docker host '.ssh' folder - it works when I test it with some fedora container, but for our s2i it doesn't.
- I tired to copy keys online manually from the container - didn't work.
please advise
@sjug @vikaschoudhary16 @jeremyeder
The issue is, we can't ssh from container to docker host.
when executing the stac networking test (https://github.com/openshift/svt/blob/master/networking/synthetic/run-stac-test.sh), it is always ask for ssh psswd.
since we have some sort of iterations it is not ideal for execution.
we need to include the ssh-key inside the container to avoid any ssh authentication dialog during the test execution.
I tried few different methods:
please advise
@sjug @vikaschoudhary16 @jeremyeder