From 1823fe3d984e5be05a59993c889e42b021d24538 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 20 Dec 2019 02:11:39 +0000 Subject: Remove now-obsolete config options from example in comment. Patch from openbsd@academicsolutions.ch, ok djm@ --- usr.bin/ssh/readconf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/ssh/readconf.c b/usr.bin/ssh/readconf.c index 44464bed71e..4999b660674 100644 --- a/usr.bin/ssh/readconf.c +++ b/usr.bin/ssh/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 * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -107,8 +107,6 @@ ForwardAgent no ForwardX11 no PasswordAuthentication yes - RSAAuthentication yes - RhostsRSAAuthentication yes StrictHostKeyChecking yes TcpKeepAlive no IdentityFile ~/.ssh/identity -- cgit v1.2.3