diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2019-12-20 02:11:39 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2019-12-20 02:11:39 +0000 |
commit | 1823fe3d984e5be05a59993c889e42b021d24538 (patch) | |
tree | 649f4d635d0211dd83381b9e9abdeeda4d6d2a98 /usr.bin | |
parent | bdb40b9426a3bba84c1374d0ee74ad13e3dd04a1 (diff) |
Remove now-obsolete config options from example in comment. Patch from
openbsd@academicsolutions.ch, ok djm@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/readconf.c | 4 |
1 files changed, 1 insertions, 3 deletions
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 <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -107,8 +107,6 @@ ForwardAgent no ForwardX11 no PasswordAuthentication yes - RSAAuthentication yes - RhostsRSAAuthentication yes StrictHostKeyChecking yes TcpKeepAlive no IdentityFile ~/.ssh/identity |