Skip to content
#

ssh-manager

Here are 12 public repositories matching this topic...

nir0s
nir0s commented Mar 30, 2017

It would be nice to show in the docs how fabric could utilize ghost to read keys:

import ghost
from fabric import run, env

stash = ghost.Stash(ghost.Storage(...), ...)
env.key = stash.get('ssh_key')['value']['key']
env.host_string = stash.get('ssh_key')['value']['conn']
...

Improve this page

Add a description, image, and links to the ssh-manager topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ssh-manager topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.