summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sshd_config.516
1 files changed, 2 insertions, 14 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 9f52cf441..ef36d3338 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd_config.5,v 1.181 2014/12/11 05:25:06 djm Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.182 2014/12/12 00:02:17 djm Exp $
37.Dd $Mdocdate: December 11 2014 $ 37.Dd $Mdocdate: December 12 2014 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -210,18 +210,6 @@ would restrict keyboard interactive authentication to the
210.Dq bsdauth 210.Dq bsdauth
211device. 211device.
212.Pp 212.Pp
213If the
214.Dq publickey
215method is listed more than one,
216.Xr sshd 8
217verifies that keys that have been successfully are not reused for subsequent
218authentications.
219For example, an
220.Cm AuthenticationMethods
221of
222.Dq publickey,publickey
223will require successful authentication using two different public keys.
224.Pp
225This option is only available for SSH protocol 2 and will yield a fatal 213This option is only available for SSH protocol 2 and will yield a fatal
226error if enabled if protocol 1 is also enabled. 214error if enabled if protocol 1 is also enabled.
227Note that each authentication method listed should also be explicitly enabled 215Note that each authentication method listed should also be explicitly enabled