summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.510
1 files changed, 6 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 71705cabd..010bca479 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.268 2018/02/23 07:38:09 jmc Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.269 2018/04/04 15:12:17 job Exp $
37.Dd $Mdocdate: February 23 2018 $ 37.Dd $Mdocdate: April 4 2018 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -984,9 +984,11 @@ If one argument is specified, it is used as the packet class unconditionally.
984If two values are specified, the first is automatically selected for 984If two values are specified, the first is automatically selected for
985interactive sessions and the second for non-interactive sessions. 985interactive sessions and the second for non-interactive sessions.
986The default is 986The default is
987.Cm lowdelay 987.Cm af21
988.Ar (Low-Latency Data)
988for interactive sessions and 989for interactive sessions and
989.Cm throughput 990.Cm cs1
991.Ar (Lower Effort)
990for non-interactive sessions. 992for non-interactive sessions.
991.It Cm KbdInteractiveAuthentication 993.It Cm KbdInteractiveAuthentication
992Specifies whether to use keyboard-interactive authentication. 994Specifies whether to use keyboard-interactive authentication.