|
|
@ -33,7 +33,15 @@ You want to make additional access to all nodes for developer guy. Configuring c |
|
|
|
developer: { keypath: "../keys/developer.pub", username: "dev" } |
|
|
|
``` |
|
|
|
|
|
|
|
You can set additional SSHd options, see example in defaults of ssh_config role. |
|
|
|
You can set additional SSHd options like code below, see defaults of ssh_config role. |
|
|
|
|
|
|
|
``` |
|
|
|
sshd_config_path: "/etc/ssh/sshd_config" |
|
|
|
|
|
|
|
sshd_options: |
|
|
|
PubkeyAuthentication: "yes" |
|
|
|
PasswordAuthentication: "no" |
|
|
|
``` |
|
|
|
|
|
|
|
No need to make additional config for ```hetzner-balancers``` because access list will be inherited, only admins accessible. |
|
|
|
|
|
|
|