diff options
Diffstat (limited to 'readconf.c')
-rw-r--r-- | readconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/readconf.c b/readconf.c index dd78da530..a5bb4a25e 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readconf.c,v 1.230 2015/01/30 11:43:14 djm Exp $ */ | 1 | /* $OpenBSD: readconf.c,v 1.231 2015/02/02 07:41:40 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -1855,7 +1855,7 @@ fill_default_options(Options * options) | |||
1855 | if (options->fingerprint_hash == -1) | 1855 | if (options->fingerprint_hash == -1) |
1856 | options->fingerprint_hash = SSH_FP_HASH_DEFAULT; | 1856 | options->fingerprint_hash = SSH_FP_HASH_DEFAULT; |
1857 | if (options->update_hostkeys == -1) | 1857 | if (options->update_hostkeys == -1) |
1858 | options->update_hostkeys = 1; | 1858 | options->update_hostkeys = 0; |
1859 | if (options->hostbased_key_types == NULL) | 1859 | if (options->hostbased_key_types == NULL) |
1860 | options->hostbased_key_types = xstrdup("*"); | 1860 | options->hostbased_key_types = xstrdup("*"); |
1861 | 1861 | ||