jeroenpeeters / docker-ssh

SSH Server for Docker containers ~ Because every container should be accessible
GNU General Public License v2.0
641 stars 88 forks source link

Connect with Visual Studio 2017 #33

Open bezysoftware opened 7 years ago

bezysoftware commented 7 years ago

I know it's a long shot, but has anyone tried to connect to a container using the docker-ssh from Visual Studio 2017? From the VS2017 I can SSH to the host, from Putty I can SSH to container, but I cannot SSH to container from VS2017 - it times out and says to "check the machine name blabla".

Since I am able to SSH to the container with Putty, I assume the problem is with VS2017. I'm just wondering if anyone else stumbled upon this