mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-26 01:17:22 +00:00
Merge pull request #13 from jshuping/fix_sshd_config
Fix minor typo in sshd_config template
This commit is contained in:
commit
05c7a286bd
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ AllowTcpForwarding no
|
|||
X11Forwarding no
|
||||
PrintMotd no
|
||||
PrintLastLog yes
|
||||
AllowUsers {{ user }}
|
||||
AllowUsers {{ user.name }}
|
||||
LoginGraceTime 1m
|
||||
ChallengeResponseAuthentication no
|
||||
PubkeyAuthentication yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue