diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-11-09 00:46:18 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-11-09 01:47:00 +0100 |
| commit | e2d3506af64e4cdbc50f0c0959f5f6e03d9872bc (patch) | |
| tree | b82a681774708915299f6cf2288c9a8ab836eec3 /roles/ssh/meta | |
| parent | 4337783e5b805e15b480d2676471066c33c120c2 (diff) | |
Refactor scattered known_hosts to be part of the ssh role
Diffstat (limited to 'roles/ssh/meta')
| -rw-r--r-- | roles/ssh/meta/argument_specs.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/ssh/meta/argument_specs.yml b/roles/ssh/meta/argument_specs.yml index 7581a905..a2e1721e 100644 --- a/roles/ssh/meta/argument_specs.yml +++ b/roles/ssh/meta/argument_specs.yml @@ -13,3 +13,8 @@ argument_specs: required: false default: 2222 description: "The default ssh port configuration (to avoid port 22 pwn/testing)" + ssh_known_hosts: + type: "list" + elements: "str" + required: false + description: "List of SSH known_hosts entries in 'hostname keytype keydata' format" |
