summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.510
1 files changed, 6 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index e3c7c3936..0b7e396fd 100644
--- a/sshd_config.5
+++ b/sshd_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: sshd_config.5,v 1.263 2018/02/16 02:40:45 djm Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.264 2018/04/04 15:12:17 job Exp $
37.Dd $Mdocdate: February 16 2018 $ 37.Dd $Mdocdate: April 4 2018 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -816,9 +816,11 @@ If one argument is specified, it is used as the packet class unconditionally.
816If two values are specified, the first is automatically selected for 816If two values are specified, the first is automatically selected for
817interactive sessions and the second for non-interactive sessions. 817interactive sessions and the second for non-interactive sessions.
818The default is 818The default is
819.Cm lowdelay 819.Cm af21
820.Ar (Low-Latency Data)
820for interactive sessions and 821for interactive sessions and
821.Cm throughput 822.Cm cs1
823.Ar (Lower Effort)
822for non-interactive sessions. 824for non-interactive sessions.
823.It Cm KbdInteractiveAuthentication 825.It Cm KbdInteractiveAuthentication
824Specifies whether to allow keyboard-interactive authentication. 826Specifies whether to allow keyboard-interactive authentication.