Displaying 1 result from an estimated 1 matches for "bz2397".
Did you mean:
2397
2015 May 13
11
[Bug 2398] New: AuthenticationMethods doesn't have default value (inconsistency) and it accept empty value
...e could do something like this:
>Match Address ::1
> AuthenticationMethods any
>Match Address *
> AuthenticationMethods publickey,password
There can be used workaround:
>Match Address !::1
> AuthenticationMethods publickey,password
but it doesn't work, as stated in bz2397. Also it can get quite messy
if you have more blocks like that.
To have this feature working, we need to choose value for ANY (proposed
"any"), use this value as default (enforced by
fill_default_server_options) and make sure that it is handled
everywhere in the code consistently. There...