Added list of basenames for SSH MOTD scripts for ease of selection, and added a service to a user

This commit is contained in:
2025-11-16 13:47:06 -05:00
parent 460e3f42ce
commit ee8a391d0e

View File

@@ -39,6 +39,10 @@ vps_service:
- ~/.ssh/id_ecdsa-sha2_sukaato_yubikey.ppk
- ~/.ssh/id_ecdsa-sha2_sukaato_miniyubikey.ppk
ssh_private_key_path_pref: 0
ssh_motd_script_basenames:
- 00-logo.sh
- 01-server.sh
- 02-info.sh
keywords:
- social media
- internet
@@ -76,7 +80,7 @@ users:
groups:
- sudo
- "{{ groups.remote.group_name }}"
services: []
services: [sshd]
ssh_authorized_keys: "{{ custom_vars.generality.ssh_authorized_keys }}"
ssh_private_key_paths: "{{ custom_vars.generality.ssh_private_key_paths }}"
ssh_private_key_path_pref: 0
@@ -123,7 +127,7 @@ users:
group: ~
groups:
- "{{ groups.remote.group_name }}"
services: [proftpd,sftp]
services: [proftpd,sftp,ftps]
ssh_authorized_keys: "{{ custom_vars.generality.ssh_authorized_keys }}"
ssh_private_key_paths: "{{ custom_vars.generality.ssh_private_key_paths }}"
ssh_private_key_path_pref: 0