=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshd_config.5,v retrieving revision 1.181 retrieving revision 1.182 diff -u -r1.181 -r1.182 --- src/usr.bin/ssh/sshd_config.5 2014/12/11 05:25:06 1.181 +++ src/usr.bin/ssh/sshd_config.5 2014/12/12 00:02:17 1.182 @@ -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 @@ -209,18 +209,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.