diff options
author | Colin Watson <cjwatson@debian.org> | 2010-01-01 17:15:23 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-01-01 17:15:23 +0000 |
commit | 99b402ea4c8457b0a3cafff37f5b3410a8dc6476 (patch) | |
tree | 1d24ce54c9981ea8cbb4c5a9309964a0e4c4b320 /ssh_config.5 | |
parent | 87552344215a38d3a2b0d4d63dc151e05978bbe1 (diff) | |
parent | 54af7a4ae8d455791a631bdfaade4b64436ae16a (diff) |
import openssh-5.2p1-gsskex-all-20090726.patch
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 48 |
1 files changed, 34 insertions, 14 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 15eecb6ff..024491b90 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -34,8 +34,8 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh_config.5,v 1.111 2008/06/26 11:46:31 grunk Exp $ | 37 | .\" $OpenBSD: ssh_config.5,v 1.119 2009/02/22 23:50:57 djm Exp $ |
38 | .Dd $Mdocdate: June 26 2008 $ | 38 | .Dd $Mdocdate: February 22 2009 $ |
39 | .Dt SSH_CONFIG 5 | 39 | .Dt SSH_CONFIG 5 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -103,7 +103,7 @@ Restricts the following declarations (up to the next | |||
103 | .Cm Host | 103 | .Cm Host |
104 | keyword) to be only for those hosts that match one of the patterns | 104 | keyword) to be only for those hosts that match one of the patterns |
105 | given after the keyword. | 105 | given after the keyword. |
106 | If more than one pattern is provided, they should be separated by whitepsace. | 106 | If more than one pattern is provided, they should be separated by whitespace. |
107 | A single | 107 | A single |
108 | .Ql * | 108 | .Ql * |
109 | as a pattern can be used to provide global | 109 | as a pattern can be used to provide global |
@@ -204,9 +204,9 @@ and | |||
204 | .Dq cast128-cbc . | 204 | .Dq cast128-cbc . |
205 | The default is: | 205 | The default is: |
206 | .Bd -literal -offset 3n | 206 | .Bd -literal -offset 3n |
207 | aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128, | 207 | aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128, |
208 | arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr, | 208 | aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc, |
209 | aes192-ctr,aes256-ctr | 209 | aes256-cbc,arcfour |
210 | .Ed | 210 | .Ed |
211 | .It Cm ClearAllForwardings | 211 | .It Cm ClearAllForwardings |
212 | Specifies that all local, remote, and dynamic port forwardings | 212 | Specifies that all local, remote, and dynamic port forwardings |
@@ -484,18 +484,28 @@ GSSAPI key exchange the server need not have a host key. | |||
484 | The default is | 484 | The default is |
485 | .Dq no . | 485 | .Dq no . |
486 | Note that this option applies to protocol version 2 only. | 486 | Note that this option applies to protocol version 2 only. |
487 | .It Cm GSSAPIClientIdentity | ||
488 | If set, specifies the GSSAPI client identity that ssh should use when | ||
489 | connecting to the server. The default is unset, which means that the default | ||
490 | identity will be used. | ||
487 | .It Cm GSSAPIDelegateCredentials | 491 | .It Cm GSSAPIDelegateCredentials |
488 | Forward (delegate) credentials to the server. | 492 | Forward (delegate) credentials to the server. |
489 | The default is | 493 | The default is |
490 | .Dq no . | 494 | .Dq no . |
491 | Note that this option applies to protocol version 2 only. | 495 | Note that this option applies to protocol version 2 connections using GSSAPI. |
496 | .It Cm GSSAPIRenewalForcesRekey | ||
497 | If set to | ||
498 | .Dq yes | ||
499 | then renewal of the client's GSSAPI credentials will force the rekeying of the | ||
500 | ssh connection. With a compatible server, this can delegate the renewed | ||
501 | credentials to a session on the server. | ||
502 | The default is | ||
503 | .Dq no . | ||
492 | .It Cm GSSAPITrustDns | 504 | .It Cm GSSAPITrustDns |
493 | Set to | 505 | Set to |
494 | .Dq yes | 506 | .Dq yes to indicate that the DNS is trusted to securely canonicalize |
495 | to indicate that the DNS is trusted to securely canonicalize | ||
496 | the name of the host being connected to. If | 507 | the name of the host being connected to. If |
497 | .Dq no , | 508 | .Dq no, the hostname entered on the |
498 | the hostname entered on the | ||
499 | command line will be passed untouched to the GSSAPI library. | 509 | command line will be passed untouched to the GSSAPI library. |
500 | The default is | 510 | The default is |
501 | .Dq no . | 511 | .Dq no . |
@@ -828,7 +838,15 @@ and | |||
828 | .Ar host Ns / Ns Ar hostport . | 838 | .Ar host Ns / Ns Ar hostport . |
829 | Multiple forwardings may be specified, and additional | 839 | Multiple forwardings may be specified, and additional |
830 | forwardings can be given on the command line. | 840 | forwardings can be given on the command line. |
831 | Only the superuser can forward privileged ports. | 841 | Privileged ports can be forwarded only when |
842 | logging in as root on the remote machine. | ||
843 | .Pp | ||
844 | If the | ||
845 | .Ar port | ||
846 | argument is | ||
847 | .Ql 0 , | ||
848 | the listen port will be dynamically allocated on the server and reported | ||
849 | to the client at run time. | ||
832 | .Pp | 850 | .Pp |
833 | If the | 851 | If the |
834 | .Ar bind_address | 852 | .Ar bind_address |
@@ -1081,10 +1099,12 @@ in | |||
1081 | If this flag is set to | 1099 | If this flag is set to |
1082 | .Dq yes , | 1100 | .Dq yes , |
1083 | an ASCII art representation of the remote host key fingerprint is | 1101 | an ASCII art representation of the remote host key fingerprint is |
1084 | printed additionally to the hex fingerprint string. | 1102 | printed in addition to the hex fingerprint string at login and |
1103 | for unknown host keys. | ||
1085 | If this flag is set to | 1104 | If this flag is set to |
1086 | .Dq no , | 1105 | .Dq no , |
1087 | only the hex fingerprint string will be printed. | 1106 | no fingerprint strings are printed at login and |
1107 | only the hex fingerprint string will be printed for unknown host keys. | ||
1088 | The default is | 1108 | The default is |
1089 | .Dq no . | 1109 | .Dq no . |
1090 | .It Cm XAuthLocation | 1110 | .It Cm XAuthLocation |