|
|
8f2528 |
diff -up openssh-7.4p1/servconf.c.sshd-t openssh-7.4p1/servconf.c
|
|
|
8f2528 |
--- openssh-7.4p1/servconf.c.sshd-t 2017-02-09 10:19:56.859306131 +0100
|
|
|
8f2528 |
+++ openssh-7.4p1/servconf.c 2017-02-09 10:22:07.895104402 +0100
|
|
|
8f2528 |
@@ -2337,7 +2337,7 @@ dump_config(ServerOptions *o)
|
|
|
8f2528 |
dump_cfg_string(sXAuthLocation, o->xauth_location);
|
|
|
8f2528 |
dump_cfg_string(sCiphers, o->ciphers ? o->ciphers : KEX_SERVER_ENCRYPT);
|
|
|
8f2528 |
dump_cfg_string(sMacs, o->macs ? o->macs : KEX_SERVER_MAC);
|
|
|
8f2528 |
- dump_cfg_string(sBanner, o->banner);
|
|
|
8f2528 |
+ dump_cfg_string(sBanner, o->banner == NULL ? "none" : o->banner);
|
|
|
8f2528 |
dump_cfg_string(sForceCommand, o->adm_forced_command);
|
|
|
8f2528 |
dump_cfg_string(sChrootDirectory, o->chroot_directory);
|
|
|
8f2528 |
dump_cfg_string(sTrustedUserCAKeys, o->trusted_user_ca_keys);
|
|
|
8f2528 |
diff -up openssh-7.4p1/ssh.1.sshd-t openssh-7.4p1/ssh.1
|
|
|
8f2528 |
--- openssh-7.4p1/ssh.1.sshd-t 2017-02-09 10:19:56.823306172 +0100
|
|
|
8f2528 |
+++ openssh-7.4p1/ssh.1 2017-02-09 10:19:56.859306131 +0100
|
|
|
8f2528 |
@@ -512,7 +512,11 @@ For full details of the options listed b
|
|
|
8f2528 |
.It GatewayPorts
|
|
|
8f2528 |
.It GlobalKnownHostsFile
|
|
|
8f2528 |
.It GSSAPIAuthentication
|
|
|
8f2528 |
+.It GSSAPIKeyExchange
|
|
|
8f2528 |
+.It GSSAPIClientIdentity
|
|
|
8f2528 |
.It GSSAPIDelegateCredentials
|
|
|
8f2528 |
+.It GSSAPIRenewalForcesRekey
|
|
|
8f2528 |
+.It GSSAPITrustDns
|
|
|
8f2528 |
.It HashKnownHosts
|
|
|
8f2528 |
.It Host
|
|
|
8f2528 |
.It HostbasedAuthentication
|