Merge pull request #13 from jshuping/fix_sshd_config

Fix minor typo in sshd_config template
This commit is contained in:
Peter Hogg 2016-01-26 09:21:47 -08:00
commit 05c7a286bd

View file

@ -8,7 +8,7 @@ AllowTcpForwarding no
X11Forwarding no
PrintMotd no
PrintLastLog yes
AllowUsers {{ user }}
AllowUsers {{ user.name }}
LoginGraceTime 1m
ChallengeResponseAuthentication no
PubkeyAuthentication yes