summaryrefslogtreecommitdiff
path: root/usr.bin
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
parent72babd8db302c1859dcee23b3e03d634615ae277 (diff)
Skey is now called ChallengeResponse
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/ssh.17
-rw-r--r--usr.bin/ssh/sshd.812
-rw-r--r--usr.bin/ssh/sshd_config6
3 files changed, 13 insertions, 12 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1
index 6f10436a2c5..d337f502f03 100644
--- a/usr.bin/ssh/ssh.1
+++ b/usr.bin/ssh/ssh.1
@@ -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: ssh.1,v 1.80 2001/01/29 12:36:10 djm Exp $
+.\" $OpenBSD: ssh.1,v 1.81 2001/02/03 10:19:50 markus Exp $
.Dd September 25, 1999
.Dt SSH 1
.Os
@@ -914,8 +914,9 @@ RSA authentication will only be
attempted if the identity file exists, or an authentication agent is
running.
Note that this option applies to protocol version 1 only.
-.It Cm SkeyAuthentication
-Specifies whether to use
+.It Cm ChallengeResponseAuthentication
+Specifies whether to use challenge response authentication.
+Currently there is only support for
.Xr skey 1
authentication.
The argument to this keyword must be
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
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config
index 80e3ce3d86b..9ba1789a45d 100644
--- a/usr.bin/ssh/sshd_config
+++ b/usr.bin/ssh/sshd_config
@@ -1,4 +1,4 @@
-# $OpenBSD: sshd_config,v 1.29 2001/02/03 10:08:37 markus Exp $
+# $OpenBSD: sshd_config,v 1.30 2001/02/03 10:19:51 markus Exp $
# This is the sshd server system-wide configuration file. See sshd(8)
# for more information.
@@ -40,9 +40,9 @@ RSAAuthentication yes
# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication yes
PermitEmptyPasswords no
+
# Uncomment to disable s/key passwords
-#SkeyAuthentication no
-#KbdInteractiveAuthentication yes
+#ChallengeResposeAuthentication no
# To change Kerberos options
#KerberosAuthentication no