Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpb587/ssh-conf-bosh-release
A release for configuring additional SSH authentication and authorization settings.
https://github.com/dpb587/ssh-conf-bosh-release
bosh-release
Last synced: 24 days ago
JSON representation
A release for configuring additional SSH authentication and authorization settings.
- Host: GitHub
- URL: https://github.com/dpb587/ssh-conf-bosh-release
- Owner: dpb587
- License: mit
- Created: 2017-01-30T00:03:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T04:07:07.000Z (about 6 years ago)
- Last Synced: 2024-10-30T18:13:26.131Z (2 months ago)
- Topics: bosh-release
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ssh-conf-bosh-release
A release for configuring additional SSH authentication and authorization settings.
## Snippets
instances:
- name: jumpbox
jobs:
- name: sshd_settings
release: ssh-conf
properties:
disable_authorized_keys: true
trusted_ca: ((trusted_ca))### Development
$ bosh update-cloud-config cloud-config.yml
$ bosh upload-stemcell bosh-stemcell-3312.15-warden-boshlite-ubuntu-trusty-go_agent.tgz
$ bosh create-release --force
$ bosh upload-release
$ bosh deploy --var-file trusted_ca=test-ca-cert.pub src/bosh-lite/manifest.yml## License
[MIT License](LICENSE)