vishalmishra434 / rpms / openssh

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