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