mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
bugfix. Now option true for PrintLastLog is available again
This commit is contained in:
parent
52d62abe4c
commit
893b39181e
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ X11UseLocalhost yes
|
|||
|
||||
PrintMotd {{ 'yes' if ssh_print_motd else 'no' }}
|
||||
|
||||
PrintLastLog {{ yes if ssh_print_last_log else 'no' }}
|
||||
PrintLastLog {{ 'yes' if ssh_print_last_log else 'no' }}
|
||||
|
||||
#Banner /etc/ssh/banner.txt
|
||||
#UseDNS yes
|
||||
|
|
Loading…
Reference in a new issue