diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 85e7ba06d..ea9a20b23 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 |
@@ -811,7 +811,15 @@ and | |||
811 | .Ar host Ns / Ns Ar hostport . | 811 | .Ar host Ns / Ns Ar hostport . |
812 | Multiple forwardings may be specified, and additional | 812 | Multiple forwardings may be specified, and additional |
813 | forwardings can be given on the command line. | 813 | forwardings can be given on the command line. |
814 | Only the superuser can forward privileged ports. | 814 | Privileged ports can be forwarded only when |
815 | logging in as root on the remote machine. | ||
816 | .Pp | ||
817 | If the | ||
818 | .Ar port | ||
819 | argument is | ||
820 | .Ql 0 , | ||
821 | the listen port will be dynamically allocated on the server and reported | ||
822 | to the client at run time. | ||
815 | .Pp | 823 | .Pp |
816 | If the | 824 | If the |
817 | .Ar bind_address | 825 | .Ar bind_address |
@@ -1064,10 +1072,12 @@ in | |||
1064 | If this flag is set to | 1072 | If this flag is set to |
1065 | .Dq yes , | 1073 | .Dq yes , |
1066 | an ASCII art representation of the remote host key fingerprint is | 1074 | an ASCII art representation of the remote host key fingerprint is |
1067 | printed additionally to the hex fingerprint string. | 1075 | printed in addition to the hex fingerprint string at login and |
1076 | for unknown host keys. | ||
1068 | If this flag is set to | 1077 | If this flag is set to |
1069 | .Dq no , | 1078 | .Dq no , |
1070 | only the hex fingerprint string will be printed. | 1079 | no fingerprint strings are printed at login and |
1080 | only the hex fingerprint string will be printed for unknown host keys. | ||
1071 | The default is | 1081 | The default is |
1072 | .Dq no . | 1082 | .Dq no . |
1073 | .It Cm XAuthLocation | 1083 | .It Cm XAuthLocation |