Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ursinn-ansible/role-ssh

Ansible Role - SSH
https://github.com/ursinn-ansible/role-ssh

ansible managed-via-opentofu

Last synced: 22 days ago
JSON representation

Ansible Role - SSH

Awesome Lists containing this project

README

        

# Ansible Role: SSH

[![GitHub last commit](https://img.shields.io/github/last-commit/ursinn-ansible/role-ssh?logo=github&style=for-the-badge)](https://github.com/ursinn-ansible/role-ssh/commits)
[![License](https://img.shields.io/github/license/ursinn-ansible/role-ssh?style=for-the-badge)](https://github.com/ursinn-ansible/role-ssh/blob/main/LICENSE)

## Options

| Option | Default Value |
| ---- | ---- |
| role_ssh_port | 22 |
| role_ssh_users | {} |
| role_ssh_x11forwarding | no |
| role_ssh_service_name | ssh |
| role_ssh_service_state | started |
| role_ssh_service_enabled | true |
| role_ssh_service_restart_handler_state | restarted |
| role_ssh_allowed_users | [] |
| role_ssh_allowed_groups | [] |
| role_ssh_sudoers_passwordless | [] |
| role_ssh_sudoers_passworded | [] |
| role_ssh_key_types | [ed25519] |
| role_ssh_key_types_list | [ed25519, rsa, ecdsa, dsa] |
| role_ssh_key_algorithmus | [[email protected], ssh-ed25519, [email protected], [email protected], [email protected]] |
| role_ssh_kex_algorithmus | [[email protected], diffie-hellman-group-exchange-sha256] |
| role_ssh_macs | [[email protected], [email protected], hmac-sha2-512] |
| role_ssh_ciphers | [[email protected], [email protected], aes256-ctr] |

## License

This project is under the MIT License. See the [LICENSE](https://github.com/ursinn-ansible/role-ssh/blob/main/LICENSE) file for the full license text.