diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-04-08 07:36:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-04-08 07:36:03 +0000 |
commit | 67f2a65d2648835473eaab3a9162529689661659 (patch) | |
tree | d999fa88c579ba60f141d6f7e2aca7d127ac686f /usr.bin | |
parent | 61b0d661ebe0f4a5cd332d639ec45e83e068d2cd (diff) |
tweak previous;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index b93ad91e482..58f00dadbf7 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd_config.5,v 1.264 2018/04/04 15:12:17 job Exp $ -.Dd $Mdocdate: April 4 2018 $ +.\" $OpenBSD: sshd_config.5,v 1.265 2018/04/08 07:36:02 jmc Exp $ +.Dd $Mdocdate: April 8 2018 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -818,10 +818,10 @@ If two values are specified, the first is automatically selected for interactive sessions and the second for non-interactive sessions. The default is .Cm af21 -.Ar (Low-Latency Data) +(Low-Latency Data) for interactive sessions and .Cm cs1 -.Ar (Lower Effort) +(Lower Effort) for non-interactive sessions. .It Cm KbdInteractiveAuthentication Specifies whether to allow keyboard-interactive authentication. |