Skip to content

Commit b557998

Browse files
yosuke-wolfsslejohnstown
authored andcommitted
Add default loginTimer
1 parent 96f3aa7 commit b557998

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/wolfsshd/configuration.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ WOLFSSHD_CONFIG* wolfSSHD_ConfigNew(void* heap)
213213
/* default values */
214214
ret->port = 22;
215215
ret->passwordAuth = 1;
216+
ret->loginTimer = 120;
216217
}
217218
return ret;
218219

0 commit comments

Comments
 (0)