535d341
diff -up openssh/servconf.c.sshdt openssh/servconf.c
535d341
--- openssh/servconf.c.sshdt	2015-06-24 11:42:29.041078704 +0200
535d341
+++ openssh/servconf.c	2015-06-24 11:44:39.734745802 +0200
535d341
@@ -2317,7 +2317,7 @@ dump_config(ServerOptions *o)
0a076e7
 	dump_cfg_string(sXAuthLocation, o->xauth_location);
0a076e7
 	dump_cfg_string(sCiphers, o->ciphers ? o->ciphers : KEX_SERVER_ENCRYPT);
0a076e7
 	dump_cfg_string(sMacs, o->macs ? o->macs : KEX_SERVER_MAC);
0a076e7
-	dump_cfg_string(sBanner, o->banner);
0a076e7
+	dump_cfg_string(sBanner, o->banner != NULL ? o->banner : "none");
0a076e7
 	dump_cfg_string(sForceCommand, o->adm_forced_command);
0a076e7
 	dump_cfg_string(sChrootDirectory, o->chroot_directory);
0a076e7
 	dump_cfg_string(sTrustedUserCAKeys, o->trusted_user_ca_keys);
535d341
diff -up openssh/ssh.1.sshdt openssh/ssh.1
535d341
--- openssh/ssh.1.sshdt	2015-06-24 11:42:19.565102807 +0200
535d341
+++ openssh/ssh.1	2015-06-24 11:42:29.042078701 +0200
535d341
@@ -441,7 +441,11 @@ For full details of the options listed b
df3679f
 .It GatewayPorts
df3679f
 .It GlobalKnownHostsFile
df3679f
 .It GSSAPIAuthentication
df3679f
+.It GSSAPIKeyExchange
df3679f
+.It GSSAPIClientIdentity
df3679f
 .It GSSAPIDelegateCredentials
df3679f
+.It GSSAPIRenewalForcesRekey
df3679f
+.It GSSAPITrustDNS
df3679f
 .It HashKnownHosts
df3679f
 .It Host
df3679f
 .It HostbasedAuthentication