Can't SSH into the container #254
Unanswered
winstxnhdw
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was looking for an SSH server container image I can use which I was hoping to host on some Docker serverless PaaS so that I can perform some small transient tasks on it, and incidentally came across this project.
I've built and run the container, but I am not sure how I can SSH into the container, even locally. I assume running the container exposes port 2222 which is the entrypoint I have to SSH into but I am constantly getting connection refuses / address not found. I am doing what is stated in the documentation.
And subsequently,
ssh -p 2222 oqs@localhost # or -p 22
It's highly likely that I am misunderstanding the possible use cases of this project. It seems to me that the original intention is to use containers to SSH into each other to avoid installing the SSH dependencies on the system.
Another guess is that the server requires the client attempting to make the connection to do so using OQS, which would be unfortunate because I plan to be able to SSH via my iPhone, which obviously would not and can not have OQS installed. But I also see that there is fallback functionality to classic SSH?
Beta Was this translation helpful? Give feedback.
All reactions