Open fruch opened 3 years ago
This issue is stale because it has been open 2 years with no activity. Remove stale label or comment or this will be closed in 2 days.
weird, I don't remember what we did at the end, I think we install sshd on our own, so it's not really relevant anymore
Since the
sshd
is going to be removed out of the scylla docker image, we should adapt the test code to manage without it.with one of two options: 1) use
docker exec
instead ssh 2) install sshd on our own into the image we are using for the test (which we have anyhow)@dkropachev @enaydanov I think that in k8s, we are not using ssh either, correct me if i'm wrong.