summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.def.c b/config/config.def.c
index 7bedb5ef..3a77519d 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -126,6 +126,8 @@ Settings config = {
.auto_select = FALSE,
/** Parse /etc/hosts file in ssh view. */
.parse_hosts = FALSE,
+ /** Parse ~/.ssh/known_hosts file in ssh view. */
+ .parse_known_hosts = TRUE,
/** Modi to combine into one view. */
.combi_modi = "window,run",
/** Fuzzy matching. */