Skip to content

Commit

Permalink
Recognize verify-required in authorized_keys
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored and michaelblyons committed Oct 13, 2021
1 parent 201816b commit e1012e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Authorized Keys.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ contexts:
flag-options:
- match: (?:no-)?(?:pty|user-rc|(?:agent|port|X11)-forwarding)
scope: keyword.other.authorized_keys
- match: (?:no-touch-required|cert-authority|restrict)
- match: (?:no-touch-required|verify-required|cert-authority|restrict)
scope: keyword.other.authorized_keys

value-options:
Expand Down

0 comments on commit e1012e9

Please sign in to comment.