Skip to content

lifuchina/dockerConnector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is webssh agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%