2023-11-19 14:07:39 +03:00
2023-11-19 13:34:11 +00:00
2023-11-19 14:07:39 +03:00
2023-11-19 14:07:39 +03:00
2023-11-19 14:07:39 +03:00
2023-11-19 14:07:39 +03:00

ssh-protect

Role for disabling ssh password authorization and setting the i attribute on the file /root/.ssh/authorized_keys.

Deploy example

  roles:
    - role: ssh-protect
      ssh_protect_root_public_keys:
        - KEY1
        - KEY2
        ...
        - KEYN

Available parameters

Main

Param Default Description
ssh_protect_root_public_keys - Root ssh keys.
Description
No description provided
Readme 43 KiB
Languages
Jinja 100%