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

Commit 4d3f10f

Browse files
committed
Adding comment to config file.
This makes it clear why the ordering is public key then keyboard interactive.
1 parent 4d144a0 commit 4d3f10f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/opensshd.conf.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ HostbasedAuthentication no
130130
# Enable PAM to enforce system wide rules
131131
UsePAM {{ 'yes' if ssh_use_pam else 'no' }}
132132
{% if ssh_google_auth %}
133+
# Force public key auth then ask for google auth code
133134
AuthenticationMethods publickey,keyboard-interactive
134135
{% endif %}
135136

0 commit comments

Comments
 (0)