summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/readconf.c b/readconf.c
index ab89e0c05..f63a00c47 100644
--- a/readconf.c
+++ b/readconf.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.c,v 1.173 2008/12/09 02:58:16 djm Exp $ */ 1/* $OpenBSD: readconf.c,v 1.174 2009/01/15 17:38:43 stevesk 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
@@ -172,7 +172,7 @@ static struct {
172 { "fallbacktorsh", oDeprecated }, 172 { "fallbacktorsh", oDeprecated },
173 { "usersh", oDeprecated }, 173 { "usersh", oDeprecated },
174 { "identityfile", oIdentityFile }, 174 { "identityfile", oIdentityFile },
175 { "identityfile2", oIdentityFile }, /* alias */ 175 { "identityfile2", oIdentityFile }, /* obsolete */
176 { "identitiesonly", oIdentitiesOnly }, 176 { "identitiesonly", oIdentitiesOnly },
177 { "hostname", oHostName }, 177 { "hostname", oHostName },
178 { "hostkeyalias", oHostKeyAlias }, 178 { "hostkeyalias", oHostKeyAlias },
@@ -188,8 +188,8 @@ static struct {
188 { "host", oHost }, 188 { "host", oHost },
189 { "escapechar", oEscapeChar }, 189 { "escapechar", oEscapeChar },
190 { "globalknownhostsfile", oGlobalKnownHostsFile }, 190 { "globalknownhostsfile", oGlobalKnownHostsFile },
191 { "userknownhostsfile", oUserKnownHostsFile }, /* obsolete */ 191 { "globalknownhostsfile2", oGlobalKnownHostsFile2 }, /* obsolete */
192 { "globalknownhostsfile2", oGlobalKnownHostsFile2 }, 192 { "userknownhostsfile", oUserKnownHostsFile },
193 { "userknownhostsfile2", oUserKnownHostsFile2 }, /* obsolete */ 193 { "userknownhostsfile2", oUserKnownHostsFile2 }, /* obsolete */
194 { "connectionattempts", oConnectionAttempts }, 194 { "connectionattempts", oConnectionAttempts },
195 { "batchmode", oBatchMode }, 195 { "batchmode", oBatchMode },