Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l-with/ansible-role-sshd
https://github.com/l-with/ansible-role-sshd
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/l-with/ansible-role-sshd
- Owner: l-with
- Created: 2022-02-04T13:18:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T06:43:55.000Z (4 months ago)
- Last Synced: 2024-06-29T07:43:24.712Z (4 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Role SSH
manage SSH configuration
## Role variables
| variable | default | description |
| --- | --- | --- |
| `ssh_passwordauthentication` | `'no'` | value for [`PasswordAuthentication`](https://man.openbsd.org/sshd_config#PasswordAuthentication) in /etc/sshd_config |
| `ssh_trusted_user_ca_keys` | | content of `/etc/ssh/trusted-user-ca-keys.pem` as value for [`TrustedUserCAKeys`](https://man.openbsd.org/sshd_config#TrustedUserCAKeys) |
| `sshd_remove_authorized_keys` | `false` | if the file `/root/.ssh/authorized_keys` should be deleted |