]> andersk Git - gssapi-openssh.git/blame - openssh/ssh.1
merged OpenSSH 3.9p1 to trunk
[gssapi-openssh.git] / openssh / ssh.1
CommitLineData
3c0ef626 1.\" -*- nroff -*-
2.\"
3.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
5.\" All rights reserved
6.\"
7.\" As far as I am concerned, the code I have written for this software
8.\" can be used freely for any purpose. Any derived versions of this
9.\" software must be clearly marked as such, and if the derived work is
10.\" incompatible with the protocol description in the RFC file, it must be
11.\" called by a name other than "ssh" or "Secure Shell".
12.\"
13.\" Copyright (c) 1999,2000 Markus Friedl. All rights reserved.
14.\" Copyright (c) 1999 Aaron Campbell. All rights reserved.
15.\" Copyright (c) 1999 Theo de Raadt. All rights reserved.
16.\"
17.\" Redistribution and use in source and binary forms, with or without
18.\" modification, are permitted provided that the following conditions
19.\" are met:
20.\" 1. Redistributions of source code must retain the above copyright
21.\" notice, this list of conditions and the following disclaimer.
22.\" 2. Redistributions in binary form must reproduce the above copyright
23.\" notice, this list of conditions and the following disclaimer in the
24.\" documentation and/or other materials provided with the distribution.
25.\"
26.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
27.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
28.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
29.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
30.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
31.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
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.
36.\"
e74dc197 37.\" $OpenBSD: ssh.1,v 1.273 2008/02/11 07:58:28 jmc Exp $
38.Dd $Mdocdate: March 26 2008 $
3c0ef626 39.Dt SSH 1
40.Os
41.Sh NAME
42.Nm ssh
43.Nd OpenSSH SSH client (remote login program)
44.Sh SYNOPSIS
45.Nm ssh
fa0f0f45 46.Op Fl 1246AaCfgKkMNnqsTtVvXxY
3c0ef626 47.Op Fl b Ar bind_address
48.Op Fl c Ar cipher_spec
08822d99 49.Oo Fl D\ \&
50.Sm off
51.Oo Ar bind_address : Oc
52.Ar port
53.Sm on
54.Oc
3c0ef626 55.Op Fl e Ar escape_char
3c0ef626 56.Op Fl F Ar configfile
08822d99 57.Bk -words
540d72c3 58.Op Fl i Ar identity_file
08822d99 59.Ek
dfddba3d 60.Oo Fl L\ \&
3c0ef626 61.Sm off
dfddba3d 62.Oo Ar bind_address : Oc
63.Ar port : host : hostport
3c0ef626 64.Sm on
3c0ef626 65.Oc
08822d99 66.Bk -words
540d72c3 67.Op Fl l Ar login_name
08822d99 68.Ek
540d72c3 69.Op Fl m Ar mac_spec
dfddba3d 70.Op Fl O Ar ctl_cmd
540d72c3 71.Op Fl o Ar option
540d72c3 72.Op Fl p Ar port
dfddba3d 73.Oo Fl R\ \&
3c0ef626 74.Sm off
dfddba3d 75.Oo Ar bind_address : Oc
76.Ar port : host : hostport
3c0ef626 77.Sm on
3c0ef626 78.Oc
dfddba3d 79.Op Fl S Ar ctl_path
08822d99 80.Bk -words
30460aeb 81.Oo Fl w Ar local_tun Ns
82.Op : Ns Ar remote_tun Oc
540d72c3 83.Oo Ar user Ns @ Oc Ns Ar hostname
3c0ef626 84.Op Ar command
dfddba3d 85.Ek
3c0ef626 86.Sh DESCRIPTION
87.Nm
88(SSH client) is a program for logging into a remote machine and for
89executing commands on a remote machine.
540d72c3 90It is intended to replace rlogin and rsh,
91and provide secure encrypted communications between
3c0ef626 92two untrusted hosts over an insecure network.
08822d99 93X11 connections and arbitrary TCP ports
540d72c3 94can also be forwarded over the secure channel.
3c0ef626 95.Pp
96.Nm
97connects and logs into the specified
540d72c3 98.Ar hostname
99(with optional
100.Ar user
101name).
3c0ef626 102The user must prove
103his/her identity to the remote machine using one of several methods
08822d99 104depending on the protocol version used (see below).
3c0ef626 105.Pp
540d72c3 106If
107.Ar command
108is specified,
08822d99 109it is executed on the remote host instead of a login shell.
7e82606e 110.Pp
3c0ef626 111The options are as follows:
112.Bl -tag -width Ds
540d72c3 113.It Fl 1
114Forces
115.Nm
116to try protocol version 1 only.
117.It Fl 2
118Forces
119.Nm
120to try protocol version 2 only.
121.It Fl 4
122Forces
123.Nm
124to use IPv4 addresses only.
125.It Fl 6
126Forces
127.Nm
128to use IPv6 addresses only.
3c0ef626 129.It Fl A
130Enables forwarding of the authentication agent connection.
131This can also be specified on a per-host basis in a configuration file.
d03f4262 132.Pp
bfe49944 133Agent forwarding should be enabled with caution.
134Users with the ability to bypass file permissions on the remote host
135(for the agent's Unix-domain socket)
136can access the local agent through the forwarded connection.
137An attacker cannot obtain key material from the agent,
d03f4262 138however they can perform operations on the keys that enable them to
139authenticate using the identities loaded into the agent.
540d72c3 140.It Fl a
141Disables forwarding of the authentication agent connection.
3c0ef626 142.It Fl b Ar bind_address
2ce0bfe4 143Use
144.Ar bind_address
145on the local machine as the source address
146of the connection.
147Only useful on systems with more than one address.
540d72c3 148.It Fl C
149Requests compression of all data (including stdin, stdout, stderr, and
08822d99 150data for forwarded X11 and TCP connections).
540d72c3 151The compression algorithm is the same used by
152.Xr gzip 1 ,
153and the
154.Dq level
155can be controlled by the
156.Cm CompressionLevel
157option for protocol version 1.
158Compression is desirable on modem lines and other
159slow connections, but will only slow down things on fast networks.
160The default value can be set on a host-by-host basis in the
161configuration files; see the
162.Cm Compression
163option.
7e82606e 164.It Fl c Ar cipher_spec
165Selects the cipher specification for encrypting the session.
166.Pp
167Protocol version 1 allows specification of a single cipher.
08822d99 168The supported values are
7e82606e 169.Dq 3des ,
08822d99 170.Dq blowfish ,
7e82606e 171and
172.Dq des .
3c0ef626 173.Ar 3des
174(triple-des) is an encrypt-decrypt-encrypt triple with three different keys.
7e82606e 175It is believed to be secure.
3c0ef626 176.Ar blowfish
540d72c3 177is a fast block cipher; it appears very secure and is much faster than
3c0ef626 178.Ar 3des .
179.Ar des
180is only supported in the
181.Nm
182client for interoperability with legacy protocol 1 implementations
183that do not support the
184.Ar 3des
bfe49944 185cipher.
186Its use is strongly discouraged due to cryptographic weaknesses.
7e82606e 187The default is
188.Dq 3des .
189.Pp
08822d99 190For protocol version 2,
7e82606e 191.Ar cipher_spec
192is a comma-separated list of ciphers
193listed in order of preference.
08822d99 194The supported ciphers are:
1953des-cbc,
196aes128-cbc,
197aes192-cbc,
198aes256-cbc,
199aes128-ctr,
200aes192-ctr,
201aes256-ctr,
202arcfour128,
203arcfour256,
204arcfour,
205blowfish-cbc,
7e82606e 206and
08822d99 207cast128-cbc.
208The default is:
209.Bd -literal -offset indent
210aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,
211arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr,
212aes192-ctr,aes256-ctr
7e82606e 213.Ed
08822d99 214.It Fl D Xo
215.Sm off
216.Oo Ar bind_address : Oc
217.Ar port
218.Sm on
219.Xc
540d72c3 220Specifies a local
221.Dq dynamic
222application-level port forwarding.
223This works by allocating a socket to listen to
224.Ar port
08822d99 225on the local side, optionally bound to the specified
226.Ar bind_address .
227Whenever a connection is made to this port, the
540d72c3 228connection is forwarded over the secure channel, and the application
229protocol is then used to determine where to connect to from the
230remote machine.
231Currently the SOCKS4 and SOCKS5 protocols are supported, and
232.Nm
233will act as a SOCKS server.
234Only root can forward privileged ports.
235Dynamic port forwardings can also be specified in the configuration file.
08822d99 236.Pp
237IPv6 addresses can be specified with an alternative syntax:
238.Sm off
239.Xo
240.Op Ar bind_address No /
241.Ar port
242.Xc
243.Sm on
244or by enclosing the address in square brackets.
245Only the superuser can forward privileged ports.
246By default, the local port is bound in accordance with the
247.Cm GatewayPorts
248setting.
249However, an explicit
250.Ar bind_address
251may be used to bind the connection to a specific address.
252The
253.Ar bind_address
254of
255.Dq localhost
256indicates that the listening port be bound for local use only, while an
257empty address or
258.Sq *
259indicates that the port should be available from all interfaces.
260.It Fl e Ar escape_char
3c0ef626 261Sets the escape character for sessions with a pty (default:
262.Ql ~ ) .
263The escape character is only recognized at the beginning of a line.
264The escape character followed by a dot
265.Pq Ql \&.
540d72c3 266closes the connection;
267followed by control-Z suspends the connection;
268and followed by itself sends the escape character once.
3c0ef626 269Setting the character to
270.Dq none
271disables any escapes and makes the session fully transparent.
540d72c3 272.It Fl F Ar configfile
273Specifies an alternative per-user configuration file.
274If a configuration file is given on the command line,
275the system-wide configuration file
276.Pq Pa /etc/ssh/ssh_config
277will be ignored.
278The default for the per-user configuration file is
2ce0bfe4 279.Pa ~/.ssh/config .
3c0ef626 280.It Fl f
281Requests
282.Nm
283to go to background just before command execution.
284This is useful if
285.Nm
286is going to ask for passwords or passphrases, but the user
287wants it in the background.
288This implies
289.Fl n .
290The recommended way to start X11 programs at a remote site is with
291something like
292.Ic ssh -f host xterm .
293.It Fl g
294Allows remote hosts to connect to local forwarded ports.
540d72c3 295.It Fl I Ar smartcard_device
08822d99 296Specify the device
540d72c3 297.Nm
298should use to communicate with a smartcard used for storing the user's
299private RSA key.
08822d99 300This option is only available if support for smartcard devices
301is compiled in (default is no support).
3c0ef626 302.It Fl i Ar identity_file
db32a221 303Selects a file from which the identity (private key) for
3c0ef626 304RSA or DSA authentication is read.
db32a221 305The default is
2ce0bfe4 306.Pa ~/.ssh/identity
db32a221 307for protocol version 1, and
2ce0bfe4 308.Pa ~/.ssh/id_rsa
db32a221 309and
2ce0bfe4 310.Pa ~/.ssh/id_dsa
db32a221 311for protocol version 2.
3c0ef626 312Identity files may also be specified on
313a per-host basis in the configuration file.
314It is possible to have multiple
315.Fl i
316options (and multiple identities specified in
317configuration files).
fa0f0f45 318.It Fl K
319Enables GSSAPI-based authentication and forwarding (delegation) of GSSAPI
320credentials to the server.
3c0ef626 321.It Fl k
540d72c3 322Disables forwarding (delegation) of GSSAPI credentials to the server.
323.It Fl L Xo
324.Sm off
dfddba3d 325.Oo Ar bind_address : Oc
540d72c3 326.Ar port : host : hostport
327.Sm on
328.Xc
329Specifies that the given port on the local (client) host is to be
330forwarded to the given host and port on the remote side.
331This works by allocating a socket to listen to
332.Ar port
dfddba3d 333on the local side, optionally bound to the specified
334.Ar bind_address .
335Whenever a connection is made to this port, the
540d72c3 336connection is forwarded over the secure channel, and a connection is
337made to
338.Ar host
339port
340.Ar hostport
341from the remote machine.
342Port forwardings can also be specified in the configuration file.
540d72c3 343IPv6 addresses can be specified with an alternative syntax:
344.Sm off
345.Xo
dfddba3d 346.Op Ar bind_address No /
540d72c3 347.Ar port No / Ar host No /
dfddba3d 348.Ar hostport
540d72c3 349.Xc
350.Sm on
dfddba3d 351or by enclosing the address in square brackets.
352Only the superuser can forward privileged ports.
353By default, the local port is bound in accordance with the
354.Cm GatewayPorts
355setting.
356However, an explicit
357.Ar bind_address
358may be used to bind the connection to a specific address.
359The
360.Ar bind_address
361of
362.Dq localhost
363indicates that the listening port be bound for local use only, while an
364empty address or
365.Sq *
366indicates that the port should be available from all interfaces.
3c0ef626 367.It Fl l Ar login_name
368Specifies the user to log in as on the remote machine.
369This also may be specified on a per-host basis in the configuration file.
7e82606e 370.It Fl M
371Places the
372.Nm
373client into
374.Dq master
375mode for connection sharing.
08822d99 376Multiple
377.Fl M
378options places
379.Nm
380into
381.Dq master
382mode with confirmation required before slave connections are accepted.
7e82606e 383Refer to the description of
384.Cm ControlMaster
385in
386.Xr ssh_config 5
387for details.
3c0ef626 388.It Fl m Ar mac_spec
389Additionally, for protocol version 2 a comma-separated list of MAC
390(message authentication code) algorithms can
391be specified in order of preference.
392See the
393.Cm MACs
394keyword for more information.
540d72c3 395.It Fl N
396Do not execute a remote command.
397This is useful for just forwarding ports
398(protocol version 2 only).
3c0ef626 399.It Fl n
400Redirects stdin from
401.Pa /dev/null
402(actually, prevents reading from stdin).
403This must be used when
404.Nm
405is run in the background.
406A common trick is to use this to run X11 programs on a remote machine.
407For example,
408.Ic ssh -n shadows.cs.hut.fi emacs &
409will start an emacs on shadows.cs.hut.fi, and the X11
410connection will be automatically forwarded over an encrypted channel.
411The
412.Nm
413program will be put in the background.
414(This does not work if
415.Nm
416needs to ask for a password or passphrase; see also the
417.Fl f
418option.)
dfddba3d 419.It Fl O Ar ctl_cmd
420Control an active connection multiplexing master process.
421When the
422.Fl O
423option is specified, the
424.Ar ctl_cmd
425argument is interpreted and passed to the master process.
426Valid commands are:
427.Dq check
428(check that the master process is running) and
429.Dq exit
430(request the master to exit).
3c0ef626 431.It Fl o Ar option
432Can be used to give options in the format used in the configuration file.
433This is useful for specifying options for which there is no separate
434command-line flag.
540d72c3 435For full details of the options listed below, and their possible values, see
436.Xr ssh_config 5 .
437.Pp
438.Bl -tag -width Ds -offset indent -compact
439.It AddressFamily
440.It BatchMode
441.It BindAddress
442.It ChallengeResponseAuthentication
443.It CheckHostIP
444.It Cipher
445.It Ciphers
446.It ClearAllForwardings
447.It Compression
448.It CompressionLevel
449.It ConnectionAttempts
7e82606e 450.It ConnectTimeout
451.It ControlMaster
452.It ControlPath
540d72c3 453.It DynamicForward
454.It EscapeChar
30460aeb 455.It ExitOnForwardFailure
540d72c3 456.It ForwardAgent
457.It ForwardX11
458.It ForwardX11Trusted
459.It GatewayPorts
460.It GlobalKnownHostsFile
461.It GSSAPIAuthentication
462.It GSSAPIDelegateCredentials
dfddba3d 463.It HashKnownHosts
540d72c3 464.It Host
465.It HostbasedAuthentication
466.It HostKeyAlgorithms
467.It HostKeyAlias
468.It HostName
469.It IdentityFile
12a403af 470.It IdentitiesOnly
dfddba3d 471.It KbdInteractiveDevices
08822d99 472.It LocalCommand
540d72c3 473.It LocalForward
474.It LogLevel
475.It MACs
476.It NoHostAuthenticationForLocalhost
477.It NumberOfPasswordPrompts
478.It PasswordAuthentication
08822d99 479.It PermitLocalCommand
540d72c3 480.It Port
481.It PreferredAuthentications
482.It Protocol
483.It ProxyCommand
484.It PubkeyAuthentication
08822d99 485.It RekeyLimit
540d72c3 486.It RemoteForward
487.It RhostsRSAAuthentication
488.It RSAAuthentication
7e82606e 489.It SendEnv
540d72c3 490.It ServerAliveInterval
491.It ServerAliveCountMax
492.It SmartcardDevice
493.It StrictHostKeyChecking
494.It TCPKeepAlive
08822d99 495.It Tunnel
496.It TunnelDevice
540d72c3 497.It UsePrivilegedPort
498.It User
499.It UserKnownHostsFile
500.It VerifyHostKeyDNS
501.It XAuthLocation
502.El
3c0ef626 503.It Fl p Ar port
504Port to connect to on the remote host.
505This can be specified on a
506per-host basis in the configuration file.
3c0ef626 507.It Fl q
508Quiet mode.
e74dc197 509Causes most warning and diagnostic messages to be suppressed.
540d72c3 510.It Fl R Xo
511.Sm off
dfddba3d 512.Oo Ar bind_address : Oc
540d72c3 513.Ar port : host : hostport
514.Sm on
515.Xc
516Specifies that the given port on the remote (server) host is to be
517forwarded to the given host and port on the local side.
518This works by allocating a socket to listen to
519.Ar port
520on the remote side, and whenever a connection is made to this port, the
521connection is forwarded over the secure channel, and a connection is
522made to
523.Ar host
524port
525.Ar hostport
526from the local machine.
dfddba3d 527.Pp
540d72c3 528Port forwardings can also be specified in the configuration file.
529Privileged ports can be forwarded only when
530logging in as root on the remote machine.
dfddba3d 531IPv6 addresses can be specified by enclosing the address in square braces or
532using an alternative syntax:
540d72c3 533.Sm off
534.Xo
dfddba3d 535.Op Ar bind_address No /
536.Ar host No / Ar port No /
537.Ar hostport
538.Xc .
540d72c3 539.Sm on
dfddba3d 540.Pp
541By default, the listening socket on the server will be bound to the loopback
542interface only.
543This may be overriden by specifying a
544.Ar bind_address .
545An empty
546.Ar bind_address ,
547or the address
548.Ql * ,
549indicates that the remote socket should listen on all interfaces.
550Specifying a remote
551.Ar bind_address
552will only succeed if the server's
553.Cm GatewayPorts
554option is enabled (see
555.Xr sshd_config 5 ) .
556.It Fl S Ar ctl_path
7e82606e 557Specifies the location of a control socket for connection sharing.
558Refer to the description of
559.Cm ControlPath
560and
561.Cm ControlMaster
562in
563.Xr ssh_config 5
564for details.
3c0ef626 565.It Fl s
7cac2b65 566May be used to request invocation of a subsystem on the remote system.
567Subsystems are a feature of the SSH2 protocol which facilitate the use
540d72c3 568of SSH as a secure transport for other applications (eg.\&
569.Xr sftp 1 ) .
7cac2b65 570The subsystem is specified as the remote command.
540d72c3 571.It Fl T
572Disable pseudo-tty allocation.
3c0ef626 573.It Fl t
574Force pseudo-tty allocation.
575This can be used to execute arbitrary
576screen-based programs on a remote machine, which can be very useful,
30460aeb 577e.g. when implementing menu services.
3c0ef626 578Multiple
579.Fl t
580options force tty allocation, even if
581.Nm
582has no local tty.
540d72c3 583.It Fl V
584Display the version number and exit.
3c0ef626 585.It Fl v
586Verbose mode.
587Causes
588.Nm
589to print debugging messages about its progress.
590This is helpful in
591debugging connection, authentication, and configuration problems.
592Multiple
593.Fl v
7cac2b65 594options increase the verbosity.
595The maximum is 3.
30460aeb 596.It Fl w Xo
597.Ar local_tun Ns Op : Ns Ar remote_tun
598.Xc
599Requests
600tunnel
601device forwarding with the specified
08822d99 602.Xr tun 4
30460aeb 603devices between the client
604.Pq Ar local_tun
605and the server
606.Pq Ar remote_tun .
607.Pp
08822d99 608The devices may be specified by numerical ID or the keyword
609.Dq any ,
610which uses the next available tunnel device.
30460aeb 611If
612.Ar remote_tun
613is not specified, it defaults to
614.Dq any .
08822d99 615See also the
616.Cm Tunnel
30460aeb 617and
618.Cm TunnelDevice
619directives in
08822d99 620.Xr ssh_config 5 .
30460aeb 621If the
622.Cm Tunnel
623directive is unset, it is set to the default tunnel mode, which is
624.Dq point-to-point .
3c0ef626 625.It Fl X
626Enables X11 forwarding.
627This can also be specified on a per-host basis in a configuration file.
d03f4262 628.Pp
bfe49944 629X11 forwarding should be enabled with caution.
630Users with the ability to bypass file permissions on the remote host
631(for the user's X authorization database)
632can access the local X11 display through the forwarded connection.
633An attacker may then be able to perform activities such as keystroke monitoring.
dfddba3d 634.Pp
635For this reason, X11 forwarding is subjected to X11 SECURITY extension
636restrictions by default.
637Please refer to the
638.Nm
639.Fl Y
640option and the
641.Cm ForwardX11Trusted
642directive in
643.Xr ssh_config 5
644for more information.
540d72c3 645.It Fl x
646Disables X11 forwarding.
647.It Fl Y
648Enables trusted X11 forwarding.
dfddba3d 649Trusted X11 forwardings are not subjected to the X11 SECURITY extension
650controls.
3c0ef626 651.El
08822d99 652.Pp
3c0ef626 653.Nm
44a053a3 654may additionally obtain configuration data from
655a per-user configuration file and a system-wide configuration file.
656The file format and configuration options are described in
657.Xr ssh_config 5 .
08822d99 658.Pp
659.Nm
660exits with the exit status of the remote command or with 255
661if an error occurred.
662.Sh AUTHENTICATION
663The OpenSSH SSH client supports SSH protocols 1 and 2.
664Protocol 2 is the default, with
665.Nm
666falling back to protocol 1 if it detects protocol 2 is unsupported.
667These settings may be altered using the
668.Cm Protocol
669option in
670.Xr ssh_config 5 ,
671or enforced using the
672.Fl 1
673and
674.Fl 2
675options (see above).
676Both protocols support similar authentication methods,
677but protocol 2 is preferred since
678it provides additional mechanisms for confidentiality
679(the traffic is encrypted using AES, 3DES, Blowfish, CAST128, or Arcfour)
fa0f0f45 680and integrity (hmac-md5, hmac-sha1, umac-64, hmac-ripemd160).
08822d99 681Protocol 1 lacks a strong mechanism for ensuring the
682integrity of the connection.
683.Pp
684The methods available for authentication are:
30460aeb 685GSSAPI-based authentication,
08822d99 686host-based authentication,
687public key authentication,
688challenge-response authentication,
689and password authentication.
690Authentication methods are tried in the order specified above,
691though protocol 2 has a configuration option to change the default order:
692.Cm PreferredAuthentications .
693.Pp
694Host-based authentication works as follows:
695If the machine the user logs in from is listed in
696.Pa /etc/hosts.equiv
697or
698.Pa /etc/shosts.equiv
699on the remote machine, and the user names are
700the same on both sides, or if the files
701.Pa ~/.rhosts
702or
703.Pa ~/.shosts
704exist in the user's home directory on the
705remote machine and contain a line containing the name of the client
706machine and the name of the user on that machine, the user is
707considered for login.
708Additionally, the server
709.Em must
710be able to verify the client's
711host key (see the description of
712.Pa /etc/ssh/ssh_known_hosts
713and
714.Pa ~/.ssh/known_hosts ,
715below)
716for login to be permitted.
717This authentication method closes security holes due to IP
718spoofing, DNS spoofing, and routing spoofing.
719[Note to the administrator:
720.Pa /etc/hosts.equiv ,
721.Pa ~/.rhosts ,
722and the rlogin/rsh protocol in general, are inherently insecure and should be
723disabled if security is desired.]
724.Pp
725Public key authentication works as follows:
726The scheme is based on public-key cryptography,
727using cryptosystems
728where encryption and decryption are done using separate keys,
729and it is unfeasible to derive the decryption key from the encryption key.
730The idea is that each user creates a public/private
731key pair for authentication purposes.
732The server knows the public key, and only the user knows the private key.
733.Nm
734implements public key authentication protocol automatically,
735using either the RSA or DSA algorithms.
736Protocol 1 is restricted to using only RSA keys,
737but protocol 2 may use either.
738The
739.Sx HISTORY
740section of
741.Xr ssl 8
742contains a brief discussion of the two algorithms.
743.Pp
744The file
745.Pa ~/.ssh/authorized_keys
746lists the public keys that are permitted for logging in.
747When the user logs in, the
748.Nm
749program tells the server which key pair it would like to use for
750authentication.
751The client proves that it has access to the private key
752and the server checks that the corresponding public key
753is authorized to accept the account.
754.Pp
755The user creates his/her key pair by running
756.Xr ssh-keygen 1 .
757This stores the private key in
758.Pa ~/.ssh/identity
759(protocol 1),
760.Pa ~/.ssh/id_dsa
761(protocol 2 DSA),
762or
763.Pa ~/.ssh/id_rsa
764(protocol 2 RSA)
765and stores the public key in
766.Pa ~/.ssh/identity.pub
767(protocol 1),
768.Pa ~/.ssh/id_dsa.pub
769(protocol 2 DSA),
770or
771.Pa ~/.ssh/id_rsa.pub
772(protocol 2 RSA)
773in the user's home directory.
774The user should then copy the public key
775to
776.Pa ~/.ssh/authorized_keys
777in his/her home directory on the remote machine.
778The
779.Pa authorized_keys
780file corresponds to the conventional
781.Pa ~/.rhosts
782file, and has one key
783per line, though the lines can be very long.
784After this, the user can log in without giving the password.
785.Pp
786The most convenient way to use public key authentication may be with an
787authentication agent.
788See
789.Xr ssh-agent 1
790for more information.
791.Pp
792Challenge-response authentication works as follows:
793The server sends an arbitrary
794.Qq challenge
795text, and prompts for a response.
796Protocol 2 allows multiple challenges and responses;
797protocol 1 is restricted to just one challenge/response.
798Examples of challenge-response authentication include
799BSD Authentication (see
800.Xr login.conf 5 )
801and PAM (some non-OpenBSD systems).
802.Pp
803Finally, if other authentication methods fail,
804.Nm
805prompts the user for a password.
806The password is sent to the remote
807host for checking; however, since all communications are encrypted,
808the password cannot be seen by someone listening on the network.
809.Pp
810.Nm
811automatically maintains and checks a database containing
812identification for all hosts it has ever been used with.
813Host keys are stored in
814.Pa ~/.ssh/known_hosts
815in the user's home directory.
816Additionally, the file
817.Pa /etc/ssh/ssh_known_hosts
818is automatically checked for known hosts.
819Any new hosts are automatically added to the user's file.
820If a host's identification ever changes,
821.Nm
822warns about this and disables password authentication to prevent
823server spoofing or man-in-the-middle attacks,
824which could otherwise be used to circumvent the encryption.
825The
826.Cm StrictHostKeyChecking
827option can be used to control logins to machines whose
828host key is not known or has changed.
829.Pp
830When the user's identity has been accepted by the server, the server
831either executes the given command, or logs into the machine and gives
832the user a normal shell on the remote machine.
833All communication with
834the remote command or shell will be automatically encrypted.
835.Pp
836If a pseudo-terminal has been allocated (normal login session), the
837user may use the escape characters noted below.
838.Pp
839If no pseudo-tty has been allocated,
840the session is transparent and can be used to reliably transfer binary data.
841On most systems, setting the escape character to
842.Dq none
843will also make the session transparent even if a tty is used.
844.Pp
845The session terminates when the command or shell on the remote
846machine exits and all X11 and TCP connections have been closed.
847.Sh ESCAPE CHARACTERS
848When a pseudo-terminal has been requested,
849.Nm
850supports a number of functions through the use of an escape character.
851.Pp
852A single tilde character can be sent as
853.Ic ~~
854or by following the tilde by a character other than those described below.
855The escape character must always follow a newline to be interpreted as
856special.
857The escape character can be changed in configuration files using the
858.Cm EscapeChar
859configuration directive or on the command line by the
860.Fl e
861option.
862.Pp
863The supported escapes (assuming the default
864.Ql ~ )
865are:
866.Bl -tag -width Ds
867.It Cm ~.
868Disconnect.
869.It Cm ~^Z
870Background
871.Nm .
872.It Cm ~#
873List forwarded connections.
874.It Cm ~&
875Background
876.Nm
877at logout when waiting for forwarded connection / X11 sessions to terminate.
878.It Cm ~?
879Display a list of escape characters.
880.It Cm ~B
881Send a BREAK to the remote system
882(only useful for SSH protocol version 2 and if the peer supports it).
883.It Cm ~C
884Open command line.
885Currently this allows the addition of port forwardings using the
886.Fl L
887and
888.Fl R
889options (see above).
890It also allows the cancellation of existing remote port-forwardings
891using
30460aeb 892.Sm off
893.Fl KR Oo Ar bind_address : Oc Ar port .
894.Sm on
08822d99 895.Ic !\& Ns Ar command
896allows the user to execute a local command if the
897.Ic PermitLocalCommand
898option is enabled in
899.Xr ssh_config 5 .
900Basic help is available, using the
901.Fl h
902option.
903.It Cm ~R
904Request rekeying of the connection
905(only useful for SSH protocol version 2 and if the peer supports it).
906.El
907.Sh TCP FORWARDING
908Forwarding of arbitrary TCP connections over the secure channel can
909be specified either on the command line or in a configuration file.
910One possible application of TCP forwarding is a secure connection to a
911mail server; another is going through firewalls.
912.Pp
913In the example below, we look at encrypting communication between
914an IRC client and server, even though the IRC server does not directly
915support encrypted communications.
916This works as follows:
917the user connects to the remote host using
918.Nm ,
919specifying a port to be used to forward connections
920to the remote server.
921After that it is possible to start the service which is to be encrypted
922on the client machine,
923connecting to the same local port,
924and
925.Nm
926will encrypt and forward the connection.
927.Pp
928The following example tunnels an IRC session from client machine
929.Dq 127.0.0.1
930(localhost)
931to remote server
932.Dq server.example.com :
933.Bd -literal -offset 4n
934$ ssh -f -L 1234:localhost:6667 server.example.com sleep 10
935$ irc -c '#users' -p 1234 pinky 127.0.0.1
936.Ed
937.Pp
938This tunnels a connection to IRC server
939.Dq server.example.com ,
940joining channel
941.Dq #users ,
942nickname
943.Dq pinky ,
944using port 1234.
945It doesn't matter which port is used,
946as long as it's greater than 1023
947(remember, only root can open sockets on privileged ports)
948and doesn't conflict with any ports already in use.
949The connection is forwarded to port 6667 on the remote server,
950since that's the standard port for IRC services.
951.Pp
952The
953.Fl f
954option backgrounds
955.Nm
956and the remote command
957.Dq sleep 10
958is specified to allow an amount of time
959(10 seconds, in the example)
960to start the service which is to be tunnelled.
961If no connections are made within the time specified,
962.Nm
963will exit.
964.Sh X11 FORWARDING
965If the
966.Cm ForwardX11
967variable is set to
968.Dq yes
969(or see the description of the
970.Fl X ,
971.Fl x ,
972and
973.Fl Y
974options above)
975and the user is using X11 (the
976.Ev DISPLAY
977environment variable is set), the connection to the X11 display is
978automatically forwarded to the remote side in such a way that any X11
979programs started from the shell (or command) will go through the
980encrypted channel, and the connection to the real X server will be made
981from the local machine.
982The user should not manually set
983.Ev DISPLAY .
984Forwarding of X11 connections can be
985configured on the command line or in configuration files.
986.Pp
987The
988.Ev DISPLAY
989value set by
990.Nm
991will point to the server machine, but with a display number greater than zero.
992This is normal, and happens because
993.Nm
994creates a
995.Dq proxy
996X server on the server machine for forwarding the
997connections over the encrypted channel.
998.Pp
999.Nm
1000will also automatically set up Xauthority data on the server machine.
1001For this purpose, it will generate a random authorization cookie,
1002store it in Xauthority on the server, and verify that any forwarded
1003connections carry this cookie and replace it by the real cookie when
1004the connection is opened.
1005The real authentication cookie is never
1006sent to the server machine (and no cookies are sent in the plain).
1007.Pp
1008If the
1009.Cm ForwardAgent
1010variable is set to
1011.Dq yes
1012(or see the description of the
1013.Fl A
1014and
1015.Fl a
1016options above) and
1017the user is using an authentication agent, the connection to the agent
1018is automatically forwarded to the remote side.
1019.Sh VERIFYING HOST KEYS
1020When connecting to a server for the first time,
1021a fingerprint of the server's public key is presented to the user
1022(unless the option
1023.Cm StrictHostKeyChecking
1024has been disabled).
1025Fingerprints can be determined using
1026.Xr ssh-keygen 1 :
1027.Pp
1028.Dl $ ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key
1029.Pp
1030If the fingerprint is already known,
1031it can be matched and verified,
1032and the key can be accepted.
1033If the fingerprint is unknown,
1034an alternative method of verification is available:
1035SSH fingerprints verified by DNS.
1036An additional resource record (RR),
1037SSHFP,
1038is added to a zonefile
1039and the connecting client is able to match the fingerprint
1040with that of the key presented.
1041.Pp
1042In this example, we are connecting a client to a server,
1043.Dq host.example.com .
1044The SSHFP resource records should first be added to the zonefile for
1045host.example.com:
1046.Bd -literal -offset indent
30460aeb 1047$ ssh-keygen -r host.example.com.
08822d99 1048.Ed
1049.Pp
1050The output lines will have to be added to the zonefile.
1051To check that the zone is answering fingerprint queries:
1052.Pp
1053.Dl $ dig -t SSHFP host.example.com
1054.Pp
1055Finally the client connects:
1056.Bd -literal -offset indent
1057$ ssh -o "VerifyHostKeyDNS ask" host.example.com
1058[...]
1059Matching host key fingerprint found in DNS.
1060Are you sure you want to continue connecting (yes/no)?
1061.Ed
1062.Pp
1063See the
1064.Cm VerifyHostKeyDNS
1065option in
1066.Xr ssh_config 5
1067for more information.
1068.Sh SSH-BASED VIRTUAL PRIVATE NETWORKS
1069.Nm
1070contains support for Virtual Private Network (VPN) tunnelling
1071using the
1072.Xr tun 4
1073network pseudo-device,
1074allowing two networks to be joined securely.
1075The
1076.Xr sshd_config 5
1077configuration option
1078.Cm PermitTunnel
1079controls whether the server supports this,
1080and at what level (layer 2 or 3 traffic).
1081.Pp
1082The following example would connect client network 10.0.50.0/24
240debe0 1083with remote network 10.0.99.0/24 using a point-to-point connection
1084from 10.1.1.1 to 10.1.1.2,
1085provided that the SSH server running on the gateway to the remote network,
1086at 192.168.1.15, allows it.
1087.Pp
1088On the client:
08822d99 1089.Bd -literal -offset indent
1090# ssh -f -w 0:1 192.168.1.15 true
240debe0 1091# ifconfig tun0 10.1.1.1 10.1.1.2 netmask 255.255.255.252
1092# route add 10.0.99.0/24 10.1.1.2
1093.Ed
1094.Pp
1095On the server:
1096.Bd -literal -offset indent
1097# ifconfig tun1 10.1.1.2 10.1.1.1 netmask 255.255.255.252
1098# route add 10.0.50.0/24 10.1.1.1
08822d99 1099.Ed
1100.Pp
1101Client access may be more finely tuned via the
1102.Pa /root/.ssh/authorized_keys
1103file (see below) and the
1104.Cm PermitRootLogin
1105server option.
30460aeb 1106The following entry would permit connections on
08822d99 1107.Xr tun 4
30460aeb 1108device 1 from user
08822d99 1109.Dq jane
30460aeb 1110and on tun device 2 from user
08822d99 1111.Dq john ,
1112if
1113.Cm PermitRootLogin
1114is set to
1115.Dq forced-commands-only :
1116.Bd -literal -offset 2n
1117tunnel="1",command="sh /etc/netstart tun1" ssh-rsa ... jane
30460aeb 1118tunnel="2",command="sh /etc/netstart tun2" ssh-rsa ... john
08822d99 1119.Ed
1120.Pp
240debe0 1121Since an SSH-based setup entails a fair amount of overhead,
08822d99 1122it may be more suited to temporary setups,
1123such as for wireless VPNs.
1124More permanent VPNs are better provided by tools such as
1125.Xr ipsecctl 8
1126and
1127.Xr isakmpd 8 .
3c0ef626 1128.Sh ENVIRONMENT
1129.Nm
1130will normally set the following environment variables:
08822d99 1131.Bl -tag -width "SSH_ORIGINAL_COMMAND"
3c0ef626 1132.It Ev DISPLAY
1133The
1134.Ev DISPLAY
1135variable indicates the location of the X11 server.
1136It is automatically set by
1137.Nm
1138to point to a value of the form
08822d99 1139.Dq hostname:n ,
1140where
1141.Dq hostname
1142indicates the host where the shell runs, and
1143.Sq n
1144is an integer \*(Ge 1.
3c0ef626 1145.Nm
1146uses this special value to forward X11 connections over the secure
1147channel.
1148The user should normally not set
1149.Ev DISPLAY
1150explicitly, as that
1151will render the X11 connection insecure (and will require the user to
1152manually copy any required authorization cookies).
1153.It Ev HOME
1154Set to the path of the user's home directory.
1155.It Ev LOGNAME
1156Synonym for
1157.Ev USER ;
1158set for compatibility with systems that use this variable.
1159.It Ev MAIL
1160Set to the path of the user's mailbox.
1161.It Ev PATH
1162Set to the default
1163.Ev PATH ,
1164as specified when compiling
08822d99 1165.Nm .
3c0ef626 1166.It Ev SSH_ASKPASS
1167If
1168.Nm
1169needs a passphrase, it will read the passphrase from the current
1170terminal if it was run from a terminal.
1171If
1172.Nm
1173does not have a terminal associated with it but
1174.Ev DISPLAY
1175and
1176.Ev SSH_ASKPASS
1177are set, it will execute the program specified by
1178.Ev SSH_ASKPASS
1179and open an X11 window to read the passphrase.
1180This is particularly useful when calling
1181.Nm
1182from a
dfddba3d 1183.Pa .xsession
3c0ef626 1184or related script.
1185(Note that on some machines it
1186may be necessary to redirect the input from
1187.Pa /dev/null
1188to make this work.)
1189.It Ev SSH_AUTH_SOCK
08822d99 1190Identifies the path of a
1191.Ux Ns -domain
1192socket used to communicate with the agent.
d03f4262 1193.It Ev SSH_CONNECTION
1194Identifies the client and server ends of the connection.
3c0ef626 1195The variable contains
08822d99 1196four space-separated values: client IP address, client port number,
1197server IP address, and server port number.
3c0ef626 1198.It Ev SSH_ORIGINAL_COMMAND
08822d99 1199This variable contains the original command line if a forced command
3c0ef626 1200is executed.
1201It can be used to extract the original arguments.
1202.It Ev SSH_TTY
1203This is set to the name of the tty (path to the device) associated
1204with the current shell or command.
1205If the current session has no tty,
1206this variable is not set.
1207.It Ev TZ
08822d99 1208This variable is set to indicate the present time zone if it
30460aeb 1209was set when the daemon was started (i.e. the daemon passes the value
3c0ef626 1210on to new connections).
1211.It Ev USER
1212Set to the name of the user logging in.
1213.El
1214.Pp
1215Additionally,
1216.Nm
1217reads
2ce0bfe4 1218.Pa ~/.ssh/environment ,
3c0ef626 1219and adds lines of the format
1220.Dq VARNAME=value
08822d99 1221to the environment if the file exists and users are allowed to
d03f4262 1222change their environment.
540d72c3 1223For more information, see the
d03f4262 1224.Cm PermitUserEnvironment
1225option in
1226.Xr sshd_config 5 .
3c0ef626 1227.Sh FILES
08822d99 1228.Bl -tag -width Ds -compact
1229.It ~/.rhosts
1230This file is used for host-based authentication (see above).
1231On some machines this file may need to be
1232world-readable if the user's home directory is on an NFS partition,
1233because
1234.Xr sshd 8
1235reads it as root.
1236Additionally, this file must be owned by the user,
1237and must not have write permissions for anyone else.
1238The recommended
1239permission for most machines is read/write for the user, and not
1240accessible by others.
1241.Pp
1242.It ~/.shosts
1243This file is used in exactly the same way as
1244.Pa .rhosts ,
1245but allows host-based authentication without permitting login with
1246rlogin/rsh.
1247.Pp
e74dc197 1248.It ~/.ssh/
1249This directory is the default location for all user-specific configuration
1250and authentication information.
1251There is no general requirement to keep the entire contents of this directory
1252secret, but the recommended permissions are read/write/execute for the user,
1253and not accessible by others.
1254.Pp
08822d99 1255.It ~/.ssh/authorized_keys
1256Lists the public keys (RSA/DSA) that can be used for logging in as this user.
1257The format of this file is described in the
1258.Xr sshd 8
1259manual page.
1260This file is not highly sensitive, but the recommended
1261permissions are read/write for the user, and not accessible by others.
1262.Pp
1263.It ~/.ssh/config
1264This is the per-user configuration file.
1265The file format and configuration options are described in
1266.Xr ssh_config 5 .
1267Because of the potential for abuse, this file must have strict permissions:
1268read/write for the user, and not accessible by others.
1269.Pp
1270.It ~/.ssh/environment
1271Contains additional definitions for environment variables; see
1272.Sx ENVIRONMENT ,
1273above.
1274.Pp
1275.It ~/.ssh/identity
1276.It ~/.ssh/id_dsa
1277.It ~/.ssh/id_rsa
1278Contains the private key for authentication.
3c0ef626 1279These files
1280contain sensitive data and should be readable by the user but not
1281accessible by others (read/write/execute).
3c0ef626 1282.Nm
08822d99 1283will simply ignore a private key file if it is accessible by others.
3c0ef626 1284It is possible to specify a passphrase when
08822d99 1285generating the key which will be used to encrypt the
3c0ef626 1286sensitive part of this file using 3DES.
08822d99 1287.Pp
1288.It ~/.ssh/identity.pub
1289.It ~/.ssh/id_dsa.pub
1290.It ~/.ssh/id_rsa.pub
1291Contains the public key for authentication.
3c0ef626 1292These files are not
1293sensitive and can (but need not) be readable by anyone.
3c0ef626 1294.Pp
08822d99 1295.It ~/.ssh/known_hosts
1296Contains a list of host keys for all hosts the user has logged into
1297that are not already in the systemwide list of known host keys.
1298See
3c0ef626 1299.Xr sshd 8
08822d99 1300for further details of the format of this file.
1301.Pp
1302.It ~/.ssh/rc
1303Commands in this file are executed by
3c0ef626 1304.Nm
08822d99 1305when the user logs in, just before the user's shell (or command) is
1306started.
1307See the
1308.Xr sshd 8
1309manual page for more information.
1310.Pp
1311.It /etc/hosts.equiv
1312This file is for host-based authentication (see above).
1313It should only be writable by root.
1314.Pp
1315.It /etc/shosts.equiv
1316This file is used in exactly the same way as
1317.Pa hosts.equiv ,
1318but allows host-based authentication without permitting login with
1319rlogin/rsh.
1320.Pp
db32a221 1321.It Pa /etc/ssh/ssh_config
3c0ef626 1322Systemwide configuration file.
44a053a3 1323The file format and configuration options are described in
1324.Xr ssh_config 5 .
08822d99 1325.Pp
1326.It /etc/ssh/ssh_host_key
1327.It /etc/ssh/ssh_host_dsa_key
1328.It /etc/ssh/ssh_host_rsa_key
3c0ef626 1329These three files contain the private parts of the host keys
08822d99 1330and are used for host-based authentication.
1331If protocol version 1 is used,
44a053a3 1332.Nm
1333must be setuid root, since the host key is readable only by root.
1334For protocol version 2,
1335.Nm
1336uses
1337.Xr ssh-keysign 8
08822d99 1338to access the host keys,
1339eliminating the requirement that
44a053a3 1340.Nm
08822d99 1341be setuid root when host-based authentication is used.
44a053a3 1342By default
3c0ef626 1343.Nm
44a053a3 1344is not setuid root.
3c0ef626 1345.Pp
08822d99 1346.It /etc/ssh/ssh_known_hosts
1347Systemwide list of known host keys.
1348This file should be prepared by the
1349system administrator to contain the public host keys of all machines in the
1350organization.
1351It should be world-readable.
1352See
3c0ef626 1353.Xr sshd 8
08822d99 1354for further details of the format of this file.
1355.Pp
1356.It /etc/ssh/sshrc
3c0ef626 1357Commands in this file are executed by
1358.Nm
08822d99 1359when the user logs in, just before the user's shell (or command) is started.
3c0ef626 1360See the
1361.Xr sshd 8
1362manual page for more information.
3c0ef626 1363.El
3c0ef626 1364.Sh SEE ALSO
3c0ef626 1365.Xr scp 1 ,
1366.Xr sftp 1 ,
1367.Xr ssh-add 1 ,
1368.Xr ssh-agent 1 ,
1369.Xr ssh-keygen 1 ,
08822d99 1370.Xr ssh-keyscan 1 ,
1371.Xr tun 4 ,
540d72c3 1372.Xr hosts.equiv 5 ,
276b07a3 1373.Xr ssh_config 5 ,
1374.Xr ssh-keysign 8 ,
3c0ef626 1375.Xr sshd 8
1376.Rs
30460aeb 1377.%R RFC 4250
1378.%T "The Secure Shell (SSH) Protocol Assigned Numbers"
1379.%D 2006
1380.Re
1381.Rs
1382.%R RFC 4251
1383.%T "The Secure Shell (SSH) Protocol Architecture"
1384.%D 2006
1385.Re
1386.Rs
1387.%R RFC 4252
1388.%T "The Secure Shell (SSH) Authentication Protocol"
1389.%D 2006
1390.Re
1391.Rs
1392.%R RFC 4253
1393.%T "The Secure Shell (SSH) Transport Layer Protocol"
1394.%D 2006
1395.Re
1396.Rs
1397.%R RFC 4254
1398.%T "The Secure Shell (SSH) Connection Protocol"
1399.%D 2006
1400.Re
1401.Rs
1402.%R RFC 4255
1403.%T "Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints"
1404.%D 2006
1405.Re
1406.Rs
1407.%R RFC 4256
1408.%T "Generic Message Exchange Authentication for the Secure Shell Protocol (SSH)"
1409.%D 2006
1410.Re
1411.Rs
1412.%R RFC 4335
1413.%T "The Secure Shell (SSH) Session Channel Break Extension"
1414.%D 2006
1415.Re
1416.Rs
1417.%R RFC 4344
1418.%T "The Secure Shell (SSH) Transport Layer Encryption Modes"
1419.%D 2006
1420.Re
1421.Rs
1422.%R RFC 4345
1423.%T "Improved Arcfour Modes for the Secure Shell (SSH) Transport Layer Protocol"
1424.%D 2006
1425.Re
1426.Rs
1427.%R RFC 4419
1428.%T "Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer Protocol"
1429.%D 2006
3c0ef626 1430.Re
0b90ac93 1431.Rs
1432.%R RFC 4716
1433.%T "The Secure Shell (SSH) Public Key File Format"
1434.%D 2006
1435.Re
7cac2b65 1436.Sh AUTHORS
1437OpenSSH is a derivative of the original and free
1438ssh 1.2.12 release by Tatu Ylonen.
1439Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
1440Theo de Raadt and Dug Song
1441removed many bugs, re-added newer features and
1442created OpenSSH.
1443Markus Friedl contributed the support for SSH
1444protocol versions 1.5 and 2.0.
This page took 0.424202 seconds and 5 git commands to generate.