diff options
-rw-r--r-- | readconf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/readconf.c b/readconf.c index 4ea8ec566..57b08c660 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readconf.c,v 1.315 2019/12/15 18:57:30 djm Exp $ */ | 1 | /* $OpenBSD: readconf.c,v 1.316 2019/12/20 02:11:38 dtucker 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 |
@@ -121,8 +121,6 @@ | |||
121 | ForwardAgent no | 121 | ForwardAgent no |
122 | ForwardX11 no | 122 | ForwardX11 no |
123 | PasswordAuthentication yes | 123 | PasswordAuthentication yes |
124 | RSAAuthentication yes | ||
125 | RhostsRSAAuthentication yes | ||
126 | StrictHostKeyChecking yes | 124 | StrictHostKeyChecking yes |
127 | TcpKeepAlive no | 125 | TcpKeepAlive no |
128 | IdentityFile ~/.ssh/identity | 126 | IdentityFile ~/.ssh/identity |