Files
confdroid_ssh/templates/sshd_custom_conf.erb
2026-04-05 16:11:17 +02:00

12 lines
632 B
Plaintext

###############################################################################
##### DO NOT EDIT THIS FILE MANUALLY #
##### This file is managed by Puppet. Any changes to this file will be #
##### overwritten. The file is built via parameters, so any changes should #
##### be made in the Puppet manifest parameters. #
###############################################################################
Port <%= @ssh_fw_port %>
AddressFamily <%= @ssh_address_family %>
ListenAddress <%= @ssh_listen_address %>
PermitRootLogin <%= @ssh_root_login %>