Skip to content

LunarOSserver/LunarOS-dockerConnector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockerConnector for DomeOS

update 2015-06-01:

docker exec process would be killed on channel closing.

Instruction

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages