summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.8
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-02-03 10:19:52 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-02-03 10:19:52 +0000
commit1fe9b42215f169ffeeb34a59dd417cb7849a8fd2 (patch)
treea7ca5564ca1c79ef5ea94c373254a0f84152207a /usr.bin/ssh/sshd.8
parent72babd8db302c1859dcee23b3e03d634615ae277 (diff)
Skey is now called ChallengeResponse
Diffstat (limited to 'usr.bin/ssh/sshd.8')
-rw-r--r--usr.bin/ssh/sshd.812
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index 8fca24042d9..e253278523e 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/sshd.8
@@ -34,7 +34,7 @@
.\" (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.8,v 1.87 2001/02/03 10:08:37 markus Exp $
+.\" $OpenBSD: sshd.8,v 1.88 2001/02/03 10:19:50 markus Exp $
.Dd September 25, 1999
.Dt SSHD 8
.Os
@@ -624,15 +624,15 @@ Note that this option applies to protocol version 1 only.
.It Cm ServerKeyBits
Defines the number of bits in the server key.
The minimum value is 512, and the default is 768.
-.It Cm SkeyAuthentication
+.It Cm ChallengeResponseAuthentication
Specifies whether
-.Xr skey 1
+challenge reponse
authentication is allowed.
+Currently there is only support for
+.Xr skey 1
+authentication.
The default is
.Dq yes .
-Note that s/key authentication is enabled only if
-.Cm PasswordAuthentication
-is allowed, too.
.It Cm StrictModes
Specifies whether
.Nm