[PATCH] ssh_config: reflect default CheckHostIP no

Ed Maste emaste at freebsd.org
Wed Aug 2 23:36:23 AEST 2023


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
>


More information about the openssh-unix-dev mailing list