Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/l-with/ansible-role-sshd


https://github.com/l-with/ansible-role-sshd

Last synced: 10 days ago
JSON representation

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 |