/dockerConnector

This is webssh agent

Primary LanguageGo

dockerConnector for DomeOS

This is the client for docker container ssh login.

Running

sudo ./dockerConnector -d

Login remote container

ssh <container ID>@<remote address> -p 2222

Remark

We've disabled password authentication by modifying ssh package in Godeps for convenient container login. If you want to verify password while login, please change ssh packages in Godeps to official packages(https://github.com/golang/crypto) and modify passwordCallback in connector.go.