summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.528
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
104keyword) to be only for those hosts that match one of the patterns 104keyword) to be only for those hosts that match one of the patterns
105given after the keyword. 105given after the keyword.
106If more than one pattern is provided, they should be separated by whitepsace. 106If more than one pattern is provided, they should be separated by whitespace.
107A single 107A single
108.Ql * 108.Ql *
109as a pattern can be used to provide global 109as a pattern can be used to provide global
@@ -204,9 +204,9 @@ and
204.Dq cast128-cbc . 204.Dq cast128-cbc .
205The default is: 205The default is:
206.Bd -literal -offset 3n 206.Bd -literal -offset 3n
207aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128, 207aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,
208arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr, 208aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,
209aes192-ctr,aes256-ctr 209aes256-cbc,arcfour
210.Ed 210.Ed
211.It Cm ClearAllForwardings 211.It Cm ClearAllForwardings
212Specifies that all local, remote, and dynamic port forwardings 212Specifies 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 .
812Multiple forwardings may be specified, and additional 812Multiple forwardings may be specified, and additional
813forwardings can be given on the command line. 813forwardings can be given on the command line.
814Only the superuser can forward privileged ports. 814Privileged ports can be forwarded only when
815logging in as root on the remote machine.
816.Pp
817If the
818.Ar port
819argument is
820.Ql 0 ,
821the listen port will be dynamically allocated on the server and reported
822to the client at run time.
815.Pp 823.Pp
816If the 824If the
817.Ar bind_address 825.Ar bind_address
@@ -1064,10 +1072,12 @@ in
1064If this flag is set to 1072If this flag is set to
1065.Dq yes , 1073.Dq yes ,
1066an ASCII art representation of the remote host key fingerprint is 1074an ASCII art representation of the remote host key fingerprint is
1067printed additionally to the hex fingerprint string. 1075printed in addition to the hex fingerprint string at login and
1076for unknown host keys.
1068If this flag is set to 1077If this flag is set to
1069.Dq no , 1078.Dq no ,
1070only the hex fingerprint string will be printed. 1079no fingerprint strings are printed at login and
1080only the hex fingerprint string will be printed for unknown host keys.
1071The default is 1081The default is
1072.Dq no . 1082.Dq no .
1073.It Cm XAuthLocation 1083.It Cm XAuthLocation