diff options
Diffstat (limited to 'templates/sshd_config/OpenBSD_normal.erb')
-rw-r--r-- | templates/sshd_config/OpenBSD_normal.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sshd_config/OpenBSD_normal.erb b/templates/sshd_config/OpenBSD_normal.erb index 6ce7a12..dbf18c8 100644 --- a/templates/sshd_config/OpenBSD_normal.erb +++ b/templates/sshd_config/OpenBSD_normal.erb @@ -93,7 +93,7 @@ PasswordAuthentication no # override default of no subsystems Subsystem sftp /usr/libexec/sftp-server -AllowUsers <%= allowed_users %> +AllowUsers <%= real_sshd_allowed_users %> # Example of overriding settings on a per-user basis #Match User anoncvs |