Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit 48b5b58

Browse files
authored
Merge pull request #141 from syhe/bugfix/remove-uselogin
Remove deprecated UseLogin option
2 parents 5a96607 + d8a16f1 commit 48b5b58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/opensshd.conf.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ LogLevel VERBOSE
110110
# --------------
111111

112112
# Secure Login directives.
113-
UseLogin no
114113
UsePrivilegeSeparation {% if (ansible_distribution == 'Debian' and ansible_distribution_major_version <= '6') or (ansible_os_family in ['Oracle Linux', 'RedHat'] and ansible_distribution_major_version <= '6') -%}{{ssh_ps53}}{% else %}{{ssh_ps59}}{% endif %}
115114

116115
LoginGraceTime 30s

0 commit comments

Comments
 (0)