diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index caf13a62d..9060d5be2 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -826,10 +826,42 @@ The default is | |||
826 | Specifies whether user authentication based on GSSAPI is allowed. | 826 | Specifies whether user authentication based on GSSAPI is allowed. |
827 | The default is | 827 | The default is |
828 | .Dq no . | 828 | .Dq no . |
829 | .It Cm GSSAPIKeyExchange | ||
830 | Specifies whether key exchange based on GSSAPI may be used. When using | ||
831 | GSSAPI key exchange the server need not have a host key. | ||
832 | The default is | ||
833 | .Dq no . | ||
834 | .It Cm GSSAPIClientIdentity | ||
835 | If set, specifies the GSSAPI client identity that ssh should use when | ||
836 | connecting to the server. The default is unset, which means that the default | ||
837 | identity will be used. | ||
838 | .It Cm GSSAPIServerIdentity | ||
839 | If set, specifies the GSSAPI server identity that ssh should expect when | ||
840 | connecting to the server. The default is unset, which means that the | ||
841 | expected GSSAPI server identity will be determined from the target | ||
842 | hostname. | ||
829 | .It Cm GSSAPIDelegateCredentials | 843 | .It Cm GSSAPIDelegateCredentials |
830 | Forward (delegate) credentials to the server. | 844 | Forward (delegate) credentials to the server. |
831 | The default is | 845 | The default is |
832 | .Dq no . | 846 | .Dq no . |
847 | .It Cm GSSAPIRenewalForcesRekey | ||
848 | If set to | ||
849 | .Dq yes | ||
850 | then renewal of the client's GSSAPI credentials will force the rekeying of the | ||
851 | ssh connection. With a compatible server, this can delegate the renewed | ||
852 | credentials to a session on the server. | ||
853 | The default is | ||
854 | .Dq no . | ||
855 | .It Cm GSSAPITrustDns | ||
856 | Set to | ||
857 | .Dq yes | ||
858 | to indicate that the DNS is trusted to securely canonicalize | ||
859 | the name of the host being connected to. If | ||
860 | .Dq no , | ||
861 | the hostname entered on the | ||
862 | command line will be passed untouched to the GSSAPI library. | ||
863 | The default is | ||
864 | .Dq no . | ||
833 | .It Cm HashKnownHosts | 865 | .It Cm HashKnownHosts |
834 | Indicates that | 866 | Indicates that |
835 | .Xr ssh 1 | 867 | .Xr ssh 1 |