Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emre/digitalocean_to_sshconfig

all your droplets belong to your ssh config™
https://github.com/emre/digitalocean_to_sshconfig

Last synced: about 1 month ago
JSON representation

all your droplets belong to your ssh config™

Awesome Lists containing this project

README

        

digitalocean_to_sshconfig
=========================

adds your droplets into your ssh config.

### installation

```bash
$ (sudo) pip install digitalocean_to_sshconfig
```

### usage
```bash
$ digitalocean_to_sshconfig
```

**force update on existing hostnames**

```bash
$ digitalocean_to_sshconfig --force-update=1
```

**set username for config entries (default:root)**
```bash
$ digitalocean_to_sshconfig --user=emre
```