diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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: ssh.1,v 1.334 2013/07/18 01:12:26 djm Exp $ | 36 | .\" $OpenBSD: ssh.1,v 1.335 2013/08/14 08:39:27 jmc Exp $ |
37 | .Dd $Mdocdate: July 18 2013 $ | 37 | .Dd $Mdocdate: August 14 2013 $ |
38 | .Dt SSH 1 | 38 | .Dt SSH 1 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -827,9 +827,12 @@ text, and prompts for a response. | |||
827 | Protocol 2 allows multiple challenges and responses; | 827 | Protocol 2 allows multiple challenges and responses; |
828 | protocol 1 is restricted to just one challenge/response. | 828 | protocol 1 is restricted to just one challenge/response. |
829 | Examples of challenge-response authentication include | 829 | Examples of challenge-response authentication include |
830 | BSD Authentication (see | 830 | .Bx |
831 | Authentication (see | ||
831 | .Xr login.conf 5 ) | 832 | .Xr login.conf 5 ) |
832 | and PAM (some non-OpenBSD systems). | 833 | and PAM (some |
834 | .Pf non- Ox | ||
835 | systems). | ||
833 | .Pp | 836 | .Pp |
834 | Finally, if other authentication methods fail, | 837 | Finally, if other authentication methods fail, |
835 | .Nm | 838 | .Nm |