bootstrap/README.md
Kenneth Benzie (Benie) b84d91eb54 Add python package to setup SSH keys
Supports setting SSH keys for the following services:

* GitHub
* GitLab
* BitBucket Cloud
* Gogs
2018-01-08 11:48:29 +00:00

14 lines
301 B
Markdown

# bootstrap
Bootstrap an OS instance with bare essentials.
## Package
Install as a pip package to set SSH keys on any of GitHub, GitLab, BitBucket
Cloud, or Gogs servers:
```
pip install git+https://code.infektor.net/config/bootstrap.git
python -c 'import bootstrap; bootstrap.set_ssh_keys()'
```