summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.546
1 files changed, 36 insertions, 10 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index bd3a7127a..e72919a89 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh_config.5,v 1.161 2013/01/08 18:49:04 markus Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.166 2013/06/27 14:05:37 jmc Exp $
37.Dd $Mdocdate: January 8 2013 $ 37.Dd $Mdocdate: June 27 2013 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -474,8 +474,7 @@ option is also enabled.
474.It Cm ForwardX11Timeout 474.It Cm ForwardX11Timeout
475Specify a timeout for untrusted X11 forwarding 475Specify a timeout for untrusted X11 forwarding
476using the format described in the 476using the format described in the
477.Sx TIME FORMATS 477TIME FORMATS section of
478section of
479.Xr sshd_config 5 . 478.Xr sshd_config 5 .
480X11 connections received by 479X11 connections received by
481.Xr ssh 1 480.Xr ssh 1
@@ -660,7 +659,9 @@ and
660.Pa ~/.ssh/id_rsa 659.Pa ~/.ssh/id_rsa
661for protocol version 2. 660for protocol version 2.
662Additionally, any identities represented by the authentication agent 661Additionally, any identities represented by the authentication agent
663will be used for authentication. 662will be used for authentication unless
663.Cm IdentitiesOnly
664is set.
664.Xr ssh 1 665.Xr ssh 1
665will try to load certificate information from the filename obtained by 666will try to load certificate information from the filename obtained by
666appending 667appending
@@ -689,6 +690,22 @@ Multiple
689.Cm IdentityFile 690.Cm IdentityFile
690directives will add to the list of identities tried (this behaviour 691directives will add to the list of identities tried (this behaviour
691differs from that of other configuration directives). 692differs from that of other configuration directives).
693.Pp
694.Cm IdentityFile
695may be used in conjunction with
696.Cm IdentitiesOnly
697to select which identities in an agent are offered during authentication.
698.It Cm IgnoreUnknown
699Specifies a pattern-list of unknown options to be ignored if they are
700encountered in configuration parsing.
701This may be used to suppress errors if
702.Nm
703contains options that are unrecognised by
704.Xr ssh 1 .
705It is recommended that
706.Cm IgnoreUnknown
707be listed early in the configuration file as it will not be applied
708to unknown options that appear before it.
692.It Cm IPQoS 709.It Cm IPQoS
693Specifies the IPv4 type-of-service or DSCP class for connections. 710Specifies the IPv4 type-of-service or DSCP class for connections.
694Accepted values are 711Accepted values are
@@ -963,8 +980,9 @@ The default is
963This option applies to protocol version 2 only. 980This option applies to protocol version 2 only.
964.It Cm RekeyLimit 981.It Cm RekeyLimit
965Specifies the maximum amount of data that may be transmitted before the 982Specifies the maximum amount of data that may be transmitted before the
966session key is renegotiated. 983session key is renegotiated, optionally followed a maximum amount of
967The argument is the number of bytes, with an optional suffix of 984time that may pass before the session key is renegotiated.
985The first argument is specified in bytes and may have a suffix of
968.Sq K , 986.Sq K ,
969.Sq M , 987.Sq M ,
970or 988or
@@ -975,6 +993,16 @@ The default is between
975and 993and
976.Sq 4G , 994.Sq 4G ,
977depending on the cipher. 995depending on the cipher.
996The optional second value is specified in seconds and may use any of the
997units documented in the
998TIME FORMATS section of
999.Xr sshd_config 5 .
1000The default value for
1001.Cm RekeyLimit
1002is
1003.Dq default none ,
1004which means that rekeying is performed after the cipher's default amount
1005of data has been sent or received and no time based rekeying is done.
978This option applies to protocol version 2 only. 1006This option applies to protocol version 2 only.
979.It Cm RemoteForward 1007.It Cm RemoteForward
980Specifies that a TCP port on the remote machine be forwarded over 1008Specifies that a TCP port on the remote machine be forwarded over
@@ -1253,9 +1281,7 @@ The default is
1253.Dq no . 1281.Dq no .
1254Note that this option applies to protocol version 2 only. 1282Note that this option applies to protocol version 2 only.
1255.Pp 1283.Pp
1256See also 1284See also VERIFYING HOST KEYS in
1257.Sx VERIFYING HOST KEYS
1258in
1259.Xr ssh 1 . 1285.Xr ssh 1 .
1260.It Cm VisualHostKey 1286.It Cm VisualHostKey
1261If this flag is set to 1287If this flag is set to