=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.c,v retrieving revision 1.322 retrieving revision 1.323 diff -u -r1.322 -r1.323 --- src/usr.bin/ssh/readconf.c 2020/01/23 10:24:29 1.322 +++ src/usr.bin/ssh/readconf.c 2020/01/25 00:22:31 1.323 @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.c,v 1.322 2020/01/23 10:24:29 dtucker Exp $ */ +/* $OpenBSD: readconf.c,v 1.323 2020/01/25 00:22:31 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -2155,7 +2155,7 @@ if (options->fingerprint_hash == -1) options->fingerprint_hash = SSH_FP_HASH_DEFAULT; if (options->update_hostkeys == -1) - options->update_hostkeys = 0; + options->update_hostkeys = SSH_UPDATE_HOSTKEYS_ASK; if (options->sk_provider == NULL) options->sk_provider = xstrdup("internal");