SSH from a container?

This page summarizes the projects mentioned and recommended in the original post on /r/docker

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • ssh-pageant

    An SSH authentication agent for Cygwin/MSYS to PuTTY's Pageant.

  • Then, for some special situations (e.g. running a suite a few tools that are useful for me and some other devs on my team), the quick solution is to simply just setup a Dockerfile based on alpine:latest and install the other tools/apps I need that require SSH key forwarding, like capistrano. I already have putty agent running on my host machine with ssh-pageant which connects my Cygwin instance to that. But anyway, on the container, I just setup basic sshd there, login with keys and enable agent forwarding and then run my tools there that then hop on to the remote server (using my forwarded agent).

  • wetty

    Terminal in browser over http/https. (Ajaxterm/Anyterm alternative, but much better)

  • Do you mean something like Wetty?

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts