Files
confdroid_ssh/templates/sshd_custom_conf.erb

15 lines
746 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 %>
2026-04-05 16:11:17 +02:00
ListenAddress <%= @ssh_listen_address %>
2026-04-09 13:42:18 +02:00
PermitRootLogin <%= @ssh_root_login %>
StrictModes <%= @ssh_strict_modes %>
MaxAuthTries <%= @ssh_max_auth_tries %>
MaxSessions <%= @ssh_max_sessions %>