bugfix. Now option true for PrintLastLog is available again

This commit is contained in:
fitz123 2015-09-28 06:24:13 +07:00
parent 52d62abe4c
commit 893b39181e

View file

@ -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