summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2014-12-12 00:02:17 +0000
committerDamien Miller <djm@mindrot.org>2014-12-18 11:46:15 +1100
commitc7219f4f54d64d6dde66dbcf7a2699daa782d2a1 (patch)
tree2ba6120dd652962a6f85c6498dbc38ef143abba2
parent7de5991aa3997e2981440f39c1ea01273a0a2c7b (diff)
upstream commit
revert chunk I didn't mean to commit yet; via jmc@
-rw-r--r--sshd_config.516
1 files changed, 2 insertions, 14 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 9f52cf44..ef36d333 100644
--- a/sshd_config.5
+++ b/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.181 2014/12/11 05:25:06 djm Exp $
-.Dd $Mdocdate: December 11 2014 $
+.\" $OpenBSD: sshd_config.5,v 1.182 2014/12/12 00:02:17 djm Exp $
+.Dd $Mdocdate: December 12 2014 $
.Dt SSHD_CONFIG 5
.Os
.Sh NAME
@@ -210,18 +210,6 @@ would restrict keyboard interactive authentication to the
.Dq bsdauth
device.
.Pp
-If the
-.Dq publickey
-method is listed more than one,
-.Xr sshd 8
-verifies that keys that have been successfully are not reused for subsequent
-authentications.
-For example, an
-.Cm AuthenticationMethods
-of
-.Dq publickey,publickey
-will require successful authentication using two different public keys.
-.Pp
This option is only available for SSH protocol 2 and will yield a fatal
error if enabled if protocol 1 is also enabled.
Note that each authentication method listed should also be explicitly enabled