Supports setting SSH keys for the following services: * GitHub * GitLab * BitBucket Cloud * Gogs
14 lines
301 B
Markdown
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()'
|
|
```
|