summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-17 18:11:36 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-17 18:11:36 +0000
commit982dbbcfda7ab9e56c4caccfba6f8920529421b7 (patch)
tree1c7d3ed45ad2f89c2e0009a188b76e6171d593a2 /ssh.1
parent4c8cff14ddac08f1bdb393d71d9e0907d9a9215e (diff)
- markus@cvs.openbsd.org 2001/04/17 10:53:26
[key.c key.h readconf.c readconf.h ssh.1 sshconnect2.c] add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.17
1 files changed, 6 insertions, 1 deletions
diff --git a/ssh.1 b/ssh.1
index e775d0dcb..9e0298bd3 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.102 2001/04/10 09:13:22 itojun Exp $ 37.\" $OpenBSD: ssh.1,v 1.103 2001/04/17 10:53:26 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -776,6 +776,11 @@ real host name when looking up or saving the host key
776in the known_hosts files. 776in the known_hosts files.
777This option is useful for tunneling ssh connections 777This option is useful for tunneling ssh connections
778or if you have multiple servers running on a single host. 778or if you have multiple servers running on a single host.
779.It Cm HostKeyAlgorithms
780Specfies the protocol version 2 host key algorithms
781that the client wants to use in order of preference.
782The default for this option is:
783.Dq ssh-rsa,ssh-dss
779.It Cm HostName 784.It Cm HostName
780Specifies the real host name to log into. 785Specifies the real host name to log into.
781This can be used to specify nicknames or abbreviations for hosts. 786This can be used to specify nicknames or abbreviations for hosts.