[openssh-commits] [openssh] 06/07: upstream: Remove now-obsolete config options from example in
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Dec 20 14:28:45 AEDT 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 345be6091bdc9be09c90a937d1320f97c01fab2a
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Dec 20 02:11:38 2019 +0000
upstream: Remove now-obsolete config options from example in
comment. Patch from openbsd at academicsolutions.ch, ok djm@
OpenBSD-Commit-ID: 35862beb0927b1cb0af476ec23cc07f6e3006101
---
readconf.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/readconf.c b/readconf.c
index 4ea8ec56..57b08c66 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 at cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo at 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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list