search for: 842ea866c

Displaying 1 result from an estimated 1 matches for "842ea866c".

2023 Aug 02
1
[PATCH] ssh_config: reflect default CheckHostIP no
...in ssh_config are shown with a commented out > default. > > Fixes: 6cb52d5bf771 ("upstream: make CheckHostIP default to 'no'...") > --- > ssh_config | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ssh_config b/ssh_config > index 842ea866c..1eb1c0063 100644 > --- a/ssh_config > +++ b/ssh_config > @@ -25,7 +25,7 @@ > # GSSAPIAuthentication no > # GSSAPIDelegateCredentials no > # BatchMode no > -# CheckHostIP yes > +# CheckHostIP no > # AddressFamily any > # ConnectTimeout 0 > # St...