summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2017-07-23 23:37:02 +0000
committerDamien Miller <djm@mindrot.org>2017-07-24 14:48:47 +1000
commit51676ec61491ec6d7cbd06082034e29b377b3bf6 (patch)
tree60fb899d14e5a843a730db1665024c2784cca5e3 /ssh_config.5
parent6c1fbd5a50d8d2415f06c920dd3b1279b741072d (diff)
upstream commit
Allow IPQoS=none in ssh/sshd to not set an explicit ToS/DSCP value and just use the operating system default; ok dtucker@ Upstream-ID: 77906ff8c7b660b02ba7cb1e47b17d66f54f1f7e
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.58
1 files changed, 5 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 89da9b53a..15ca0b4f9 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.252 2017/07/13 19:16:33 jmc Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.253 2017/07/23 23:37:02 djm Exp $
37.Dd $Mdocdate: July 13 2017 $ 37.Dd $Mdocdate: July 23 2017 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -969,7 +969,9 @@ Accepted values are
969.Cm lowdelay , 969.Cm lowdelay ,
970.Cm throughput , 970.Cm throughput ,
971.Cm reliability , 971.Cm reliability ,
972or a numeric value. 972a numeric value, or
973.Cm none
974to use the operating system default.
973This option may take one or two arguments, separated by whitespace. 975This option may take one or two arguments, separated by whitespace.
974If one argument is specified, it is used as the packet class unconditionally. 976If one argument is specified, it is used as the packet class unconditionally.
975If two values are specified, the first is automatically selected for 977If two values are specified, the first is automatically selected for