On 2013/09/07 16:37, Antoine Jacoutot wrote: > On Sat, Sep 07, 2013 at 07:53:11AM -0600, Stuart Henderson wrote: > > CVSROOT: /cvs > > Module name: src > > Changes by: [email protected] 2013/09/07 07:53:11 > > > > Modified files: > > usr.bin/ssh : sshd_config > > > > Log message: > > Remove commented-out kerberos/gssapi config options from sample config, > > kerberos support is currently not enabled in ssh in OpenBSD. Discussed with > > various people; ok deraadt@ > > It seems my message got ignored so I will ask again. What about the client > config? > i.e. ssh_config
I think it makes sense to remove them there too, Index: ssh_config =================================================================== RCS file: /cvs/src/usr.bin/ssh/ssh_config,v retrieving revision 1.27 diff -u -p -r1.27 ssh_config --- ssh_config 16 May 2013 02:00:34 -0000 1.27 +++ ssh_config 7 Sep 2013 21:17:30 -0000 @@ -24,8 +24,6 @@ # RSAAuthentication yes # PasswordAuthentication yes # HostbasedAuthentication no -# GSSAPIAuthentication no -# GSSAPIDelegateCredentials no # BatchMode no # CheckHostIP yes # AddressFamily any
