summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.19
1 files changed, 7 insertions, 2 deletions
diff --git a/ssh.1 b/ssh.1
index c4b7250a5..5b35b6cc0 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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.365 2015/11/06 00:31:41 mmcc Exp $ 36.\" $OpenBSD: ssh.1,v 1.366 2015/11/15 22:26:49 jcs Exp $
37.Dd $Mdocdate: November 6 2015 $ 37.Dd $Mdocdate: November 15 2015 $
38.Dt SSH 1 38.Dt SSH 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -462,6 +462,7 @@ For full details of the options listed below, and their possible values, see
462.Xr ssh_config 5 . 462.Xr ssh_config 5 .
463.Pp 463.Pp
464.Bl -tag -width Ds -offset indent -compact 464.Bl -tag -width Ds -offset indent -compact
465.It AddKeysToAgent
465.It AddressFamily 466.It AddressFamily
466.It BatchMode 467.It BatchMode
467.It BindAddress 468.It BindAddress
@@ -926,6 +927,10 @@ The most convenient way to use public key or certificate authentication
926may be with an authentication agent. 927may be with an authentication agent.
927See 928See
928.Xr ssh-agent 1 929.Xr ssh-agent 1
930and (optionally) the
931.Cm AddKeysToAgent
932directive in
933.Xr ssh_config 5
929for more information. 934for more information.
930.Pp 935.Pp
931Challenge-response authentication works as follows: 936Challenge-response authentication works as follows: