8000 GitHub - igm/ssh-agent: Provides SSH access into PWS/CF container
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

igm/ssh-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ssh-agent

Provides SSH access into PWS/CF container

Usage:

$ git clone https://github.com/igm/ssh-agent
$ cd ssh-agent
$ cf push
$ cf app ssh-agent        # to see the url the app is bound to
$ go get github.com/igm/ssh-buildpack/src/client
$ client APP_URL          # go get should produce binary 
$ ssh foo@localhost -p 2222
foo@localhost\'s password: # enter "bar" as password

About

Provides SSH access into PWS/CF container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0