File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 33
44// keywords that can have multiple argments per line but cannot be repeated over multiple lines,
55// as subsequent entries are ignored, should be represented as arrays
6- pub const MULTI_ARG_KEYWORDS : [ & str ; 16 ] = [
6+ pub const MULTI_ARG_KEYWORDS : [ & str ; 17 ] = [
77 "authenticationmethods" ,
88 "authorizedkeysfile" ,
99 "casignaturealgorithms" ,
@@ -19,7 +19,8 @@ pub const MULTI_ARG_KEYWORDS: [&str; 16] = [
1919 "permituserenvironment" ,
2020 "persourcepenalties" ,
2121 "persourcepenaltyexemptlist" ,
22- "pubkeyacceptedalgorithms"
22+ "pubkeyacceptedalgorithms" ,
23+ "rekeylimit" // first arg is bytes, second arg (optional) is amount of time
2324] ;
2425
2526// keywords that can be repeated over multiple lines and should be represented as arrays.
You can’t perform that action at this time.
0 commit comments