summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.112
1 files changed, 7 insertions, 5 deletions
diff --git a/ssh.1 b/ssh.1
index 6f10436a2..99fb8c7cd 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.80 2001/01/29 12:36:10 djm Exp $ 37.\" $OpenBSD: ssh.1,v 1.83 2001/02/04 11:11:55 djm Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -753,8 +753,8 @@ Specifies a file to use instead of
753.It Cm HostKeyAlias 753.It Cm HostKeyAlias
754Specifies an alias that should be used instead of the 754Specifies an alias that should be used instead of the
755real host name when looking up or saving the host key 755real host name when looking up or saving the host key
756the kown_hosts files. 756in the known_hosts files.
757This option is useful for tunneling ssh connection 757This option is useful for tunneling ssh connections
758or if you have multiple servers running on a single host. 758or if you have multiple servers running on a single host.
759.It Cm HostName 759.It Cm HostName
760Specifies the real host name to log into. 760Specifies the real host name to log into.
@@ -914,8 +914,9 @@ RSA authentication will only be
914attempted if the identity file exists, or an authentication agent is 914attempted if the identity file exists, or an authentication agent is
915running. 915running.
916Note that this option applies to protocol version 1 only. 916Note that this option applies to protocol version 1 only.
917.It Cm SkeyAuthentication 917.It Cm ChallengeResponseAuthentication
918Specifies whether to use 918Specifies whether to use challenge response authentication.
919Currently there is only support for
919.Xr skey 1 920.Xr skey 1
920authentication. 921authentication.
921The argument to this keyword must be 922The argument to this keyword must be
@@ -1270,6 +1271,7 @@ protocol versions 1.5 and 2.0.
1270.Xr rlogin 1 , 1271.Xr rlogin 1 ,
1271.Xr rsh 1 , 1272.Xr rsh 1 ,
1272.Xr scp 1 , 1273.Xr scp 1 ,
1274.Xr sftp 1 ,
1273.Xr ssh-add 1 , 1275.Xr ssh-add 1 ,
1274.Xr ssh-agent 1 , 1276.Xr ssh-agent 1 ,
1275.Xr ssh-keygen 1 , 1277.Xr ssh-keygen 1 ,