-
Notifications
You must be signed in to change notification settings - Fork 83
can't ssh to container #27
Comments
Attempting to SSH with
|
here is
I ssh every day to remote servers without problems. Maybe locale problem? |
Are you on RHEL? Some similarities in this issue regarding SELinux on RHEL: moby/moby#5032 |
yes, I'm using Fedora 20. Disabling SElinux didn't help. snippets from ssh -vvvv
.......
|
Can you please provide the output of |
Thank you |
|
I just tried reproducing on a Fedora 20 Vagrant box. The main modification, other than installing the
From there, I downloaded the
Creating the Riak cluster succeeded:
Then, I got the internal IP of one of the containers:
And successfully connected via SSH:
Any noticeable differences between those steps and what you're doing? |
I run the same commands, here is a patch comparing ssh -vvvv output: https://gist.github.com/edbond/fdaf0f82dbec799f3876 |
You may want to try using this method of running commands within a Docker container. Perhaps then, you could restart SSH on another port without daemonizing to see if that provides any more information. |
Having similar issues on OSX
Stuck here ^ Cluster seems alright though:
It's essential for us to ssh though as we need to perform some |
The text was updated successfully, but these errors were encountered: