Files
confdroid_ssh/templates/sshd_custom_conf.erb

10 lines
592 B
Plaintext
Raw Normal View History

2026-04-05 15:35:39 +02:00
###############################################################################
##### 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. #
###############################################################################
2026-04-05 15:58:39 +02:00
Port <%= @ssh_fw_port %>
AddressFamily <%= @ssh_address_family %>
ListenAddress <%= @ssh_listen_address %>