thanks for the reminder - just committed
On Wed, 2 Aug 2023, Ed Maste wrote:
> Checking up on this change:
>
> On Wed, 29 Mar 2023 at 19:38, Ed Maste <emaste at
freefall.freebsd.org> wrote:
> >
> > From: Ed Maste <emaste at FreeBSD.org>
> >
> > By convention settings 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
> > # StrictHostKeyChecking ask
> > --
> > 2.38.1
> >
> _______________________________________________
> openssh-unix-dev mailing list
> openssh-unix-dev at mindrot.org
> https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
>