You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
429 B
20 lines
429 B
---
|
|
bootstrap_sshd_config:
|
|
ubuntu: /etc/ssh/sshd_config
|
|
openbsd: /etc/ssh/sshd_config
|
|
alpine: /etc/ssh/sshd_config
|
|
archlinux: /etc/ssh/sshd_config
|
|
|
|
bootstrap_ssh_service_name:
|
|
ubuntu: sshd
|
|
openbsd: sshd
|
|
alpine: sshd
|
|
archlinux: sshd
|
|
|
|
bootstrap_aliases_file:
|
|
openbsd: /etc/mail/aliases
|
|
ubuntu: /etc/aliases
|
|
|
|
bootstrap_aliases_reload_command:
|
|
openbsd: smtpctl update table aliases
|
|
ubuntu: newaliases
|
|
|