upstream: tweak previous;

OpenBSD-Commit-ID: 2b9c23022ea7b9dddb62864de4e906000f9d7474
This commit is contained in:
jmc@openbsd.org 2018-04-08 07:36:02 +00:00 committed by Damien Miller
parent 8368571efd
commit 3e36f28185
1 changed files with 4 additions and 4 deletions

View File

@ -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
@ -817,10 +817,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.