diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2019-12-20 03:11:38 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2019-12-20 04:25:08 +0100 |
commit | 345be6091bdc9be09c90a937d1320f97c01fab2a (patch) | |
tree | 9930f903abbaf1020d0795313fab3960540a896f /readconf.c | |
parent | upstream: Document that security key-hosted keys can act as host (diff) | |
download | openssh-345be6091bdc9be09c90a937d1320f97c01fab2a.tar.xz openssh-345be6091bdc9be09c90a937d1320f97c01fab2a.zip |
upstream: Remove now-obsolete config options from example in
comment. Patch from openbsd@academicsolutions.ch, ok djm@
OpenBSD-Commit-ID: 35862beb0927b1cb0af476ec23cc07f6e3006101
Diffstat (limited to '')
-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 @@ -/* $OpenBSD: readconf.c,v 1.315 2019/12/15 18:57:30 djm Exp $ */ +/* $OpenBSD: readconf.c,v 1.316 2019/12/20 02:11:38 dtucker Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -121,8 +121,6 @@ ForwardAgent no ForwardX11 no PasswordAuthentication yes - RSAAuthentication yes - RhostsRSAAuthentication yes StrictHostKeyChecking yes TcpKeepAlive no IdentityFile ~/.ssh/identity |