From 9cb0073ce896f7ce598bf7db630f4f3c0a0640a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemens=20Sch=C3=B6lhorn?= Date: Sat, 31 Oct 2015 17:26:13 +0100 Subject: Add -no-parse-known-hosts to disable parsing of ~/.ssh/known_hosts For humans who like to keep the list of available servers clean. Also useful if you use different names in ~/.ssh/config. The previous default of always parsing known_hosts is not changed. --- include/rofi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/rofi.h') diff --git a/include/rofi.h b/include/rofi.h index 04459f2a..23faa1d6 100644 --- a/include/rofi.h +++ b/include/rofi.h @@ -226,6 +226,8 @@ typedef struct _Settings unsigned int auto_select; /** Hosts file parsing */ unsigned int parse_hosts; + /** Knonw_hosts file parsing */ + unsigned int parse_known_hosts; /** Combi Switchers */ char *combi_modi; /** Fuzzy match */ -- cgit v1.2.3