Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1 | .\" -*- nroff -*- |
| 2 | .\" |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
| 5 | .\" All rights reserved |
| 6 | .\" |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 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". |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 12 | .\" |
Ben Lindstrom | 92a2e38 | 2001-03-05 06:59:27 +0000 | [diff] [blame] | 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. |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 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. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 36 | .\" |
Ben Lindstrom | 92a2e38 | 2001-03-05 06:59:27 +0000 | [diff] [blame] | 37 | .\" $OpenBSD: ssh.1,v 1.93 2001/03/02 18:54:31 deraadt Exp $ |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 38 | .Dd September 25, 1999 |
| 39 | .Dt SSH 1 |
| 40 | .Os |
| 41 | .Sh NAME |
| 42 | .Nm ssh |
| 43 | .Nd OpenSSH secure shell client (remote login program) |
| 44 | .Sh SYNOPSIS |
| 45 | .Nm ssh |
| 46 | .Op Fl l Ar login_name |
| 47 | .Op Ar hostname | user@hostname |
| 48 | .Op Ar command |
| 49 | .Pp |
| 50 | .Nm ssh |
Ben Lindstrom | 5ab6ae1 | 2001-02-10 22:08:03 +0000 | [diff] [blame] | 51 | .Op Fl afgknqstvxACNPTX1246 |
Damien Miller | 30c3d42 | 2000-05-09 11:02:59 +1000 | [diff] [blame] | 52 | .Op Fl c Ar cipher_spec |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 53 | .Op Fl e Ar escape_char |
| 54 | .Op Fl i Ar identity_file |
| 55 | .Op Fl l Ar login_name |
Ben Lindstrom | 06b33aa | 2001-02-15 03:01:59 +0000 | [diff] [blame] | 56 | .Op Fl m Ar mac_spec |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 57 | .Op Fl o Ar option |
| 58 | .Op Fl p Ar port |
| 59 | .Oo Fl L Xo |
| 60 | .Sm off |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 61 | .Ar port : |
Damien Miller | 396691a | 2000-01-20 22:44:08 +1100 | [diff] [blame] | 62 | .Ar host : |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 63 | .Ar hostport |
| 64 | .Sm on |
| 65 | .Xc |
| 66 | .Oc |
| 67 | .Oo Fl R Xo |
| 68 | .Sm off |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 69 | .Ar port : |
Damien Miller | 396691a | 2000-01-20 22:44:08 +1100 | [diff] [blame] | 70 | .Ar host : |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 71 | .Ar hostport |
| 72 | .Sm on |
| 73 | .Xc |
| 74 | .Oc |
| 75 | .Op Ar hostname | user@hostname |
| 76 | .Op Ar command |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 77 | .Sh DESCRIPTION |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 78 | .Nm |
| 79 | (Secure Shell) is a program for logging into a remote machine and for |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 80 | executing commands on a remote machine. |
| 81 | It is intended to replace |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 82 | rlogin and rsh, and provide secure encrypted communications between |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 83 | two untrusted hosts over an insecure network. |
| 84 | X11 connections and |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 85 | arbitrary TCP/IP ports can also be forwarded over the secure channel. |
| 86 | .Pp |
| 87 | .Nm |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 88 | connects and logs into the specified |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 89 | .Ar hostname . |
| 90 | The user must prove |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 91 | his/her identity to the remote machine using one of several methods |
| 92 | depending on the protocol version used: |
| 93 | .Pp |
| 94 | .Ss SSH protocol version 1 |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 95 | .Pp |
| 96 | First, if the machine the user logs in from is listed in |
| 97 | .Pa /etc/hosts.equiv |
| 98 | or |
Damien Miller | 886c63a | 2000-01-20 23:13:36 +1100 | [diff] [blame] | 99 | .Pa /etc/shosts.equiv |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 100 | on the remote machine, and the user names are |
| 101 | the same on both sides, the user is immediately permitted to log in. |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 102 | Second, if |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 103 | .Pa \&.rhosts |
| 104 | or |
| 105 | .Pa \&.shosts |
| 106 | exists in the user's home directory on the |
| 107 | remote machine and contains a line containing the name of the client |
| 108 | machine and the name of the user on that machine, the user is |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 109 | permitted to log in. |
| 110 | This form of authentication alone is normally not |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 111 | allowed by the server because it is not secure. |
| 112 | .Pp |
| 113 | The second (and primary) authentication method is the |
| 114 | .Pa rhosts |
| 115 | or |
| 116 | .Pa hosts.equiv |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 117 | method combined with RSA-based host authentication. |
| 118 | It means that if the login would be permitted by |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 119 | .Pa $HOME/.rhosts , |
| 120 | .Pa $HOME/.shosts , |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 121 | .Pa /etc/hosts.equiv , |
| 122 | or |
Damien Miller | 886c63a | 2000-01-20 23:13:36 +1100 | [diff] [blame] | 123 | .Pa /etc/shosts.equiv , |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 124 | and if additionally the server can verify the client's |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 125 | host key (see |
Damien Miller | 886c63a | 2000-01-20 23:13:36 +1100 | [diff] [blame] | 126 | .Pa /etc/ssh_known_hosts |
Damien Miller | 33e511e | 1999-11-11 11:43:13 +1100 | [diff] [blame] | 127 | and |
| 128 | .Pa $HOME/.ssh/known_hosts |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 129 | in the |
| 130 | .Sx FILES |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 131 | section), only then login is permitted. |
| 132 | This authentication method closes security holes due to IP |
| 133 | spoofing, DNS spoofing and routing spoofing. |
| 134 | [Note to the administrator: |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 135 | .Pa /etc/hosts.equiv , |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 136 | .Pa $HOME/.rhosts , |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 137 | and the rlogin/rsh protocol in general, are inherently insecure and should be |
| 138 | disabled if security is desired.] |
| 139 | .Pp |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 140 | As a third authentication method, |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 141 | .Nm |
| 142 | supports RSA based authentication. |
| 143 | The scheme is based on public-key cryptography: there are cryptosystems |
| 144 | where encryption and decryption are done using separate keys, and it |
| 145 | is not possible to derive the decryption key from the encryption key. |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 146 | RSA is one such system. |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 147 | The idea is that each user creates a public/private |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 148 | key pair for authentication purposes. |
| 149 | The server knows the public key, and only the user knows the private key. |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 150 | The file |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 151 | .Pa $HOME/.ssh/authorized_keys |
| 152 | lists the public keys that are permitted for logging |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 153 | in. |
| 154 | When the user logs in, the |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 155 | .Nm |
| 156 | program tells the server which key pair it would like to use for |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 157 | authentication. |
| 158 | The server checks if this key is permitted, and if |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 159 | so, sends the user (actually the |
| 160 | .Nm |
| 161 | program running on behalf of the user) a challenge, a random number, |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 162 | encrypted by the user's public key. |
| 163 | The challenge can only be |
| 164 | decrypted using the proper private key. |
| 165 | The user's client then decrypts the |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 166 | challenge using the private key, proving that he/she knows the private |
| 167 | key but without disclosing it to the server. |
| 168 | .Pp |
| 169 | .Nm |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 170 | implements the RSA authentication protocol automatically. |
| 171 | The user creates his/her RSA key pair by running |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 172 | .Xr ssh-keygen 1 . |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 173 | This stores the private key in |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 174 | .Pa $HOME/.ssh/identity |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 175 | and the public key in |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 176 | .Pa $HOME/.ssh/identity.pub |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 177 | in the user's home directory. |
| 178 | The user should then copy the |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 179 | .Pa identity.pub |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 180 | to |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 181 | .Pa $HOME/.ssh/authorized_keys |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 182 | in his/her home directory on the remote machine (the |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 183 | .Pa authorized_keys |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 184 | file corresponds to the conventional |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 185 | .Pa $HOME/.rhosts |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 186 | file, and has one key |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 187 | per line, though the lines can be very long). |
| 188 | After this, the user can log in without giving the password. |
| 189 | RSA authentication is much |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 190 | more secure than rhosts authentication. |
| 191 | .Pp |
| 192 | The most convenient way to use RSA authentication may be with an |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 193 | authentication agent. |
| 194 | See |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 195 | .Xr ssh-agent 1 |
| 196 | for more information. |
| 197 | .Pp |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 198 | If other authentication methods fail, |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 199 | .Nm |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 200 | prompts the user for a password. |
| 201 | The password is sent to the remote |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 202 | host for checking; however, since all communications are encrypted, |
| 203 | the password cannot be seen by someone listening on the network. |
| 204 | .Pp |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 205 | .Ss SSH protocol version 2 |
| 206 | .Pp |
| 207 | When a user connects using the protocol version 2 |
| 208 | different authentication methods are available: |
| 209 | At first, the client attempts to authenticate using the public key method. |
| 210 | If this method fails password authentication is tried. |
| 211 | .Pp |
| 212 | The public key method is similar to RSA authentication described |
Damien Miller | 0bc1bd8 | 2000-11-13 22:57:25 +1100 | [diff] [blame] | 213 | in the previous section except that the DSA or RSA algorithm is used |
| 214 | instead. |
| 215 | The client uses his private key |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 216 | .Pa $HOME/.ssh/id_dsa |
| 217 | to sign the session identifier and sends the result to the server. |
| 218 | The server checks whether the matching public key is listed in |
| 219 | .Pa $HOME/.ssh/authorized_keys2 |
| 220 | and grants access if both the key is found and the signature is correct. |
| 221 | The session identifier is derived from a shared Diffie-Hellman value |
| 222 | and is only known to the client and the server. |
| 223 | .Pp |
| 224 | If public key authentication fails or is not available a password |
| 225 | can be sent encrypted to the remote host for proving the user's identity. |
| 226 | This protocol 2 implementation does not yet support Kerberos or |
| 227 | S/Key authentication. |
| 228 | .Pp |
| 229 | Protocol 2 provides additional mechanisms for confidentiality |
Damien Miller | 30c3d42 | 2000-05-09 11:02:59 +1000 | [diff] [blame] | 230 | (the traffic is encrypted using 3DES, Blowfish, CAST128 or Arcfour) |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 231 | and integrity (hmac-sha1, hmac-md5). |
| 232 | Note that protocol 1 lacks a strong mechanism for ensuring the |
| 233 | integrity of the connection. |
| 234 | .Pp |
| 235 | .Ss Login session and remote execution |
| 236 | .Pp |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 237 | When the user's identity has been accepted by the server, the server |
| 238 | either executes the given command, or logs into the machine and gives |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 239 | the user a normal shell on the remote machine. |
| 240 | All communication with |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 241 | the remote command or shell will be automatically encrypted. |
| 242 | .Pp |
| 243 | If a pseudo-terminal has been allocated (normal login session), the |
| 244 | user can disconnect with |
| 245 | .Ic ~. , |
| 246 | and suspend |
| 247 | .Nm |
| 248 | with |
| 249 | .Ic ~^Z . |
| 250 | All forwarded connections can be listed with |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 251 | .Ic ~# |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 252 | and if |
| 253 | the session blocks waiting for forwarded X11 or TCP/IP |
| 254 | connections to terminate, it can be backgrounded with |
| 255 | .Ic ~& |
| 256 | (this should not be used while the user shell is active, as it can cause the |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 257 | shell to hang). |
| 258 | All available escapes can be listed with |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 259 | .Ic ~? . |
| 260 | .Pp |
| 261 | A single tilde character can be sent as |
| 262 | .Ic ~~ |
| 263 | (or by following the tilde by a character other than those described above). |
| 264 | The escape character must always follow a newline to be interpreted as |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 265 | special. |
| 266 | The escape character can be changed in configuration files |
| 267 | or on the command line. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 268 | .Pp |
| 269 | If no pseudo tty has been allocated, the |
| 270 | session is transparent and can be used to reliably transfer binary |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 271 | data. |
| 272 | On most systems, setting the escape character to |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 273 | .Dq none |
| 274 | will also make the session transparent even if a tty is used. |
| 275 | .Pp |
Ben Lindstrom | a688561 | 2000-12-09 03:45:32 +0000 | [diff] [blame] | 276 | The session terminates when the command or shell on the remote |
Ben Lindstrom | ebd888d | 2001-03-05 05:49:29 +0000 | [diff] [blame] | 277 | machine exits and all X11 and TCP/IP connections have been closed. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 278 | The exit status of the remote program is returned as the exit status |
| 279 | of |
| 280 | .Nm ssh . |
| 281 | .Pp |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 282 | .Ss X11 and TCP forwarding |
| 283 | .Pp |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 284 | If the user is using X11 (the |
| 285 | .Ev DISPLAY |
| 286 | environment variable is set), the connection to the X11 display is |
| 287 | automatically forwarded to the remote side in such a way that any X11 |
| 288 | programs started from the shell (or command) will go through the |
| 289 | encrypted channel, and the connection to the real X server will be made |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 290 | from the local machine. |
| 291 | The user should not manually set |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 292 | .Ev DISPLAY . |
| 293 | Forwarding of X11 connections can be |
| 294 | configured on the command line or in configuration files. |
| 295 | .Pp |
| 296 | The |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 297 | .Ev DISPLAY |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 298 | value set by |
| 299 | .Nm |
| 300 | will point to the server machine, but with a display number greater |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 301 | than zero. |
| 302 | This is normal, and happens because |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 303 | .Nm |
| 304 | creates a |
| 305 | .Dq proxy |
| 306 | X server on the server machine for forwarding the |
| 307 | connections over the encrypted channel. |
| 308 | .Pp |
| 309 | .Nm |
| 310 | will also automatically set up Xauthority data on the server machine. |
| 311 | For this purpose, it will generate a random authorization cookie, |
| 312 | store it in Xauthority on the server, and verify that any forwarded |
| 313 | connections carry this cookie and replace it by the real cookie when |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 314 | the connection is opened. |
| 315 | The real authentication cookie is never |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 316 | sent to the server machine (and no cookies are sent in the plain). |
| 317 | .Pp |
| 318 | If the user is using an authentication agent, the connection to the agent |
| 319 | is automatically forwarded to the remote side unless disabled on |
| 320 | command line or in a configuration file. |
| 321 | .Pp |
| 322 | Forwarding of arbitrary TCP/IP connections over the secure channel can |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 323 | be specified either on command line or in a configuration file. |
| 324 | One possible application of TCP/IP forwarding is a secure connection to an |
Ben Lindstrom | ebd888d | 2001-03-05 05:49:29 +0000 | [diff] [blame] | 325 | electronic purse; another is going through firewalls. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 326 | .Pp |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 327 | .Ss Server authentication |
| 328 | .Pp |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 329 | .Nm |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 330 | automatically maintains and checks a database containing |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 331 | identifications for all hosts it has ever been used with. |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 332 | RSA host keys are stored in |
| 333 | .Pa $HOME/.ssh/known_hosts |
| 334 | and |
Damien Miller | 0bc1bd8 | 2000-11-13 22:57:25 +1100 | [diff] [blame] | 335 | host keys used in the protocol version 2 are stored in |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 336 | .Pa $HOME/.ssh/known_hosts2 |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 337 | in the user's home directory. |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 338 | Additionally, the files |
Damien Miller | 886c63a | 2000-01-20 23:13:36 +1100 | [diff] [blame] | 339 | .Pa /etc/ssh_known_hosts |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 340 | and |
| 341 | .Pa /etc/ssh_known_hosts2 |
| 342 | are automatically checked for known hosts. |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 343 | Any new hosts are automatically added to the user's file. |
| 344 | If a host's identification |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 345 | ever changes, |
| 346 | .Nm |
| 347 | warns about this and disables password authentication to prevent a |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 348 | trojan horse from getting the user's password. |
| 349 | Another purpose of |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 350 | this mechanism is to prevent man-in-the-middle attacks which could |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 351 | otherwise be used to circumvent the encryption. |
| 352 | The |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 353 | .Cm StrictHostKeyChecking |
| 354 | option (see below) can be used to prevent logins to machines whose |
| 355 | host key is not known or has changed. |
Damien Miller | 0bc1bd8 | 2000-11-13 22:57:25 +1100 | [diff] [blame] | 356 | .Pp |
| 357 | The options are as follows: |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 358 | .Bl -tag -width Ds |
| 359 | .It Fl a |
Damien Miller | 450a7a1 | 2000-03-26 13:04:51 +1000 | [diff] [blame] | 360 | Disables forwarding of the authentication agent connection. |
Damien Miller | b1715dc | 2000-05-30 13:44:51 +1000 | [diff] [blame] | 361 | .It Fl A |
| 362 | Enables forwarding of the authentication agent connection. |
| 363 | This can also be specified on a per-host basis in a configuration file. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 364 | .It Fl c Ar blowfish|3des |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 365 | Selects the cipher to use for encrypting the session. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 366 | .Ar 3des |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 367 | is used by default. |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 368 | It is believed to be secure. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 369 | .Ar 3des |
| 370 | (triple-des) is an encrypt-decrypt-encrypt triple with three different keys. |
| 371 | It is presumably more secure than the |
| 372 | .Ar des |
Damien Miller | 69b69aa | 2000-10-28 14:19:58 +1100 | [diff] [blame] | 373 | cipher which is no longer fully supported in |
Damien Miller | 30c3d42 | 2000-05-09 11:02:59 +1000 | [diff] [blame] | 374 | .Nm ssh . |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 375 | .Ar blowfish |
| 376 | is a fast block cipher, it appears very secure and is much faster than |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 377 | .Ar 3des . |
Ben Lindstrom | 5ab6ae1 | 2001-02-10 22:08:03 +0000 | [diff] [blame] | 378 | .It Fl c Ar cipher_spec |
Damien Miller | 30c3d42 | 2000-05-09 11:02:59 +1000 | [diff] [blame] | 379 | Additionally, for protocol version 2 a comma-separated list of ciphers can |
Damien Miller | 874d77b | 2000-10-14 16:23:11 +1100 | [diff] [blame] | 380 | be specified in order of preference. |
Ben Lindstrom | 5ab6ae1 | 2001-02-10 22:08:03 +0000 | [diff] [blame] | 381 | See |
| 382 | .Cm Ciphers |
| 383 | for more information. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 384 | .It Fl e Ar ch|^ch|none |
| 385 | Sets the escape character for sessions with a pty (default: |
| 386 | .Ql ~ ) . |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 387 | The escape character is only recognized at the beginning of a line. |
| 388 | The escape character followed by a dot |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 389 | .Pq Ql \&. |
| 390 | closes the connection, followed |
| 391 | by control-Z suspends the connection, and followed by itself sends the |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 392 | escape character once. |
| 393 | Setting the character to |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 394 | .Dq none |
| 395 | disables any escapes and makes the session fully transparent. |
| 396 | .It Fl f |
| 397 | Requests |
| 398 | .Nm |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 399 | to go to background just before command execution. |
| 400 | This is useful if |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 401 | .Nm |
| 402 | is going to ask for passwords or passphrases, but the user |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 403 | wants it in the background. |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 404 | This implies |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 405 | .Fl n . |
| 406 | The recommended way to start X11 programs at a remote site is with |
| 407 | something like |
| 408 | .Ic ssh -f host xterm . |
Damien Miller | 396691a | 2000-01-20 22:44:08 +1100 | [diff] [blame] | 409 | .It Fl g |
| 410 | Allows remote hosts to connect to local forwarded ports. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 411 | .It Fl i Ar identity_file |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 412 | Selects the file from which the identity (private key) for |
Damien Miller | 0bc1bd8 | 2000-11-13 22:57:25 +1100 | [diff] [blame] | 413 | RSA or DSA authentication is read. |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 414 | Default is |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 415 | .Pa $HOME/.ssh/identity |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 416 | in the user's home directory. |
| 417 | Identity files may also be specified on |
| 418 | a per-host basis in the configuration file. |
| 419 | It is possible to have multiple |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 420 | .Fl i |
| 421 | options (and multiple identities specified in |
| 422 | configuration files). |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 423 | .It Fl k |
Damien Miller | 450a7a1 | 2000-03-26 13:04:51 +1000 | [diff] [blame] | 424 | Disables forwarding of Kerberos tickets and AFS tokens. |
| 425 | This may also be specified on a per-host basis in the configuration file. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 426 | .It Fl l Ar login_name |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 427 | Specifies the user to log in as on the remote machine. |
| 428 | This also may be specified on a per-host basis in the configuration file. |
Ben Lindstrom | 06b33aa | 2001-02-15 03:01:59 +0000 | [diff] [blame] | 429 | .It Fl m Ar mac_spec |
| 430 | Additionally, for protocol version 2 a comma-separated list of MAC |
| 431 | (message authentication code) algorithms can |
| 432 | be specified in order of preference. |
| 433 | See the |
| 434 | .Cm MACs |
| 435 | keyword for more information. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 436 | .It Fl n |
| 437 | Redirects stdin from |
| 438 | .Pa /dev/null |
| 439 | (actually, prevents reading from stdin). |
| 440 | This must be used when |
| 441 | .Nm |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 442 | is run in the background. |
| 443 | A common trick is to use this to run X11 programs on a remote machine. |
| 444 | For example, |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 445 | .Ic ssh -n shadows.cs.hut.fi emacs & |
| 446 | will start an emacs on shadows.cs.hut.fi, and the X11 |
| 447 | connection will be automatically forwarded over an encrypted channel. |
| 448 | The |
| 449 | .Nm |
| 450 | program will be put in the background. |
| 451 | (This does not work if |
| 452 | .Nm |
| 453 | needs to ask for a password or passphrase; see also the |
| 454 | .Fl f |
| 455 | option.) |
Damien Miller | dcb6ecd | 2000-05-17 22:34:22 +1000 | [diff] [blame] | 456 | .It Fl N |
| 457 | Do not execute a remote command. |
Ben Lindstrom | c72745a | 2000-12-02 19:03:54 +0000 | [diff] [blame] | 458 | This is useful if you just want to forward ports |
Damien Miller | dcb6ecd | 2000-05-17 22:34:22 +1000 | [diff] [blame] | 459 | (protocol version 2 only). |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 460 | .It Fl o Ar option |
| 461 | Can be used to give options in the format used in the config file. |
| 462 | This is useful for specifying options for which there is no separate |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 463 | command-line flag. |
| 464 | The option has the same format as a line in the configuration file. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 465 | .It Fl p Ar port |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 466 | Port to connect to on the remote host. |
| 467 | This can be specified on a |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 468 | per-host basis in the configuration file. |
| 469 | .It Fl P |
| 470 | Use a non-privileged port for outgoing connections. |
| 471 | This can be used if your firewall does |
| 472 | not permit connections from privileged ports. |
Damien Miller | a34a28b | 1999-12-14 10:47:15 +1100 | [diff] [blame] | 473 | Note that this option turns off |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 474 | .Cm RhostsAuthentication |
| 475 | and |
Kevin Steves | fcec7f8 | 2000-12-15 19:55:48 +0000 | [diff] [blame] | 476 | .Cm RhostsRSAAuthentication |
| 477 | for older servers. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 478 | .It Fl q |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 479 | Quiet mode. |
| 480 | Causes all warning and diagnostic messages to be suppressed. |
| 481 | Only fatal errors are displayed. |
Damien Miller | 832562e | 2001-01-30 09:30:01 +1100 | [diff] [blame] | 482 | .It Fl s |
| 483 | May be used to request invocation of a subsystem on the remote system. Subsystems are a feature of the SSH2 protocol which facilitate the use |
| 484 | of SSH as a secure transport for other application (eg. sftp). The |
| 485 | subsystem is specified as the remote command. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 486 | .It Fl t |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 487 | Force pseudo-tty allocation. |
Damien Miller | 450a7a1 | 2000-03-26 13:04:51 +1000 | [diff] [blame] | 488 | This can be used to execute arbitrary |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 489 | screen-based programs on a remote machine, which can be very useful, |
| 490 | e.g., when implementing menu services. |
Ben Lindstrom | 4dccfa5 | 2000-12-28 16:40:05 +0000 | [diff] [blame] | 491 | Multiple |
| 492 | .Fl t |
| 493 | options force tty allocation, even if |
| 494 | .Nm |
| 495 | has no local tty. |
Damien Miller | dcb6ecd | 2000-05-17 22:34:22 +1000 | [diff] [blame] | 496 | .It Fl T |
Ben Lindstrom | c72745a | 2000-12-02 19:03:54 +0000 | [diff] [blame] | 497 | Disable pseudo-tty allocation. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 498 | .It Fl v |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 499 | Verbose mode. |
| 500 | Causes |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 501 | .Nm |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 502 | to print debugging messages about its progress. |
| 503 | This is helpful in |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 504 | debugging connection, authentication, and configuration problems. |
Ben Lindstrom | 4dccfa5 | 2000-12-28 16:40:05 +0000 | [diff] [blame] | 505 | Multiple |
| 506 | .Fl v |
| 507 | options increases the verbosity. |
Damien Miller | 874d77b | 2000-10-14 16:23:11 +1100 | [diff] [blame] | 508 | Maximum is 3. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 509 | .It Fl x |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 510 | Disables X11 forwarding. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 511 | .It Fl X |
| 512 | Enables X11 forwarding. |
Damien Miller | b1715dc | 2000-05-30 13:44:51 +1000 | [diff] [blame] | 513 | This can also be specified on a per-host basis in a configuration file. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 514 | .It Fl C |
| 515 | Requests compression of all data (including stdin, stdout, stderr, and |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 516 | data for forwarded X11 and TCP/IP connections). |
| 517 | The compression algorithm is the same used by |
Damien Miller | 396691a | 2000-01-20 22:44:08 +1100 | [diff] [blame] | 518 | .Xr gzip 1 , |
| 519 | and the |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 520 | .Dq level |
| 521 | can be controlled by the |
| 522 | .Cm CompressionLevel |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 523 | option (see below). |
| 524 | Compression is desirable on modem lines and other |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 525 | slow connections, but will only slow down things on fast networks. |
| 526 | The default value can be set on a host-by-host basis in the |
| 527 | configuration files; see the |
| 528 | .Cm Compress |
| 529 | option below. |
| 530 | .It Fl L Ar port:host:hostport |
| 531 | Specifies that the given port on the local (client) host is to be |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 532 | forwarded to the given host and port on the remote side. |
| 533 | This works by allocating a socket to listen to |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 534 | .Ar port |
| 535 | on the local side, and whenever a connection is made to this port, the |
| 536 | connection is forwarded over the secure channel, and a connection is |
| 537 | made to |
Damien Miller | 34132e5 | 2000-01-14 15:45:46 +1100 | [diff] [blame] | 538 | .Ar host |
| 539 | port |
| 540 | .Ar hostport |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 541 | from the remote machine. |
| 542 | Port forwardings can also be specified in the configuration file. |
| 543 | Only root can forward privileged ports. |
Damien Miller | 34132e5 | 2000-01-14 15:45:46 +1100 | [diff] [blame] | 544 | IPv6 addresses can be specified with an alternative syntax: |
| 545 | .Ar port/host/hostport |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 546 | .It Fl R Ar port:host:hostport |
| 547 | Specifies that the given port on the remote (server) host is to be |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 548 | forwarded to the given host and port on the local side. |
| 549 | This works by allocating a socket to listen to |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 550 | .Ar port |
| 551 | on the remote side, and whenever a connection is made to this port, the |
| 552 | connection is forwarded over the secure channel, and a connection is |
| 553 | made to |
Damien Miller | 34132e5 | 2000-01-14 15:45:46 +1100 | [diff] [blame] | 554 | .Ar host |
| 555 | port |
| 556 | .Ar hostport |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 557 | from the local machine. |
| 558 | Port forwardings can also be specified in the configuration file. |
| 559 | Privileged ports can be forwarded only when |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 560 | logging in as root on the remote machine. |
Ben Lindstrom | 5ab6ae1 | 2001-02-10 22:08:03 +0000 | [diff] [blame] | 561 | .It Fl 1 |
| 562 | Forces |
| 563 | .Nm |
| 564 | to try protocol version 1 only. |
Damien Miller | 4af5130 | 2000-04-16 11:18:38 +1000 | [diff] [blame] | 565 | .It Fl 2 |
| 566 | Forces |
| 567 | .Nm |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 568 | to try protocol version 2 only. |
Damien Miller | 34132e5 | 2000-01-14 15:45:46 +1100 | [diff] [blame] | 569 | .It Fl 4 |
| 570 | Forces |
| 571 | .Nm |
| 572 | to use IPv4 addresses only. |
| 573 | .It Fl 6 |
| 574 | Forces |
| 575 | .Nm |
| 576 | to use IPv6 addresses only. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 577 | .El |
| 578 | .Sh CONFIGURATION FILES |
| 579 | .Nm |
| 580 | obtains configuration data from the following sources (in this order): |
| 581 | command line options, user's configuration file |
| 582 | .Pq Pa $HOME/.ssh/config , |
| 583 | and system-wide configuration file |
Damien Miller | 886c63a | 2000-01-20 23:13:36 +1100 | [diff] [blame] | 584 | .Pq Pa /etc/ssh_config . |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 585 | For each parameter, the first obtained value |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 586 | will be used. |
| 587 | The configuration files contain sections bracketed by |
| 588 | .Dq Host |
| 589 | specifications, and that section is only applied for hosts that |
| 590 | match one of the patterns given in the specification. |
| 591 | The matched host name is the one given on the command line. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 592 | .Pp |
| 593 | Since the first obtained value for each parameter is used, more |
| 594 | host-specific declarations should be given near the beginning of the |
| 595 | file, and general defaults at the end. |
| 596 | .Pp |
| 597 | The configuration file has the following format: |
| 598 | .Pp |
| 599 | Empty lines and lines starting with |
| 600 | .Ql # |
| 601 | are comments. |
| 602 | .Pp |
| 603 | Otherwise a line is of the format |
| 604 | .Dq keyword arguments . |
| 605 | The possible |
| 606 | keywords and their meanings are as follows (note that the |
| 607 | configuration files are case-sensitive): |
| 608 | .Bl -tag -width Ds |
| 609 | .It Cm Host |
| 610 | Restricts the following declarations (up to the next |
| 611 | .Cm Host |
| 612 | keyword) to be only for those hosts that match one of the patterns |
| 613 | given after the keyword. |
| 614 | .Ql \&* |
| 615 | and |
| 616 | .Ql ? |
| 617 | can be used as wildcards in the |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 618 | patterns. |
| 619 | A single |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 620 | .Ql \&* |
| 621 | as a pattern can be used to provide global |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 622 | defaults for all hosts. |
| 623 | The host is the |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 624 | .Ar hostname |
| 625 | argument given on the command line (i.e., the name is not converted to |
| 626 | a canonicalized host name before matching). |
| 627 | .It Cm AFSTokenPassing |
Damien Miller | 450a7a1 | 2000-03-26 13:04:51 +1000 | [diff] [blame] | 628 | Specifies whether to pass AFS tokens to remote host. |
| 629 | The argument to this keyword must be |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 630 | .Dq yes |
| 631 | or |
| 632 | .Dq no . |
| 633 | .It Cm BatchMode |
| 634 | If set to |
| 635 | .Dq yes , |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 636 | passphrase/password querying will be disabled. |
| 637 | This option is useful in scripts and other batch jobs where you have no |
| 638 | user to supply the password. |
| 639 | The argument must be |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 640 | .Dq yes |
| 641 | or |
| 642 | .Dq no . |
Damien Miller | 396691a | 2000-01-20 22:44:08 +1100 | [diff] [blame] | 643 | .It Cm CheckHostIP |
| 644 | If this flag is set to |
| 645 | .Dq yes , |
| 646 | ssh will additionally check the host ip address in the |
| 647 | .Pa known_hosts |
Damien Miller | 450a7a1 | 2000-03-26 13:04:51 +1000 | [diff] [blame] | 648 | file. |
| 649 | This allows ssh to detect if a host key changed due to DNS spoofing. |
Damien Miller | 396691a | 2000-01-20 22:44:08 +1100 | [diff] [blame] | 650 | If the option is set to |
| 651 | .Dq no , |
| 652 | the check will not be executed. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 653 | .It Cm Cipher |
Damien Miller | 50a41ed | 2000-10-16 12:14:42 +1100 | [diff] [blame] | 654 | Specifies the cipher to use for encrypting the session |
Damien Miller | 69b69aa | 2000-10-28 14:19:58 +1100 | [diff] [blame] | 655 | in protocol version 1. |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 656 | Currently, |
Damien Miller | 69b69aa | 2000-10-28 14:19:58 +1100 | [diff] [blame] | 657 | .Dq blowfish |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 658 | and |
| 659 | .Dq 3des |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 660 | are supported. |
| 661 | The default is |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 662 | .Dq 3des . |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 663 | .It Cm Ciphers |
| 664 | Specifies the ciphers allowed for protocol version 2 |
| 665 | in order of preference. |
| 666 | Multiple ciphers must be comma-separated. |
| 667 | The default is |
Ben Lindstrom | 5ab6ae1 | 2001-02-10 22:08:03 +0000 | [diff] [blame] | 668 | .Pp |
| 669 | .Bd -literal |
| 670 | ``3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes128-cbc, |
| 671 | aes192-cbc,aes256-cbc,rijndael128-cbc,rijndael192-cbc, |
| 672 | rijndael256-cbc,rijndael-cbc@lysator.liu.se'' |
| 673 | .Ed |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 674 | .It Cm Compression |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 675 | Specifies whether to use compression. |
| 676 | The argument must be |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 677 | .Dq yes |
| 678 | or |
| 679 | .Dq no . |
| 680 | .It Cm CompressionLevel |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 681 | Specifies the compression level to use if compression is enable. |
| 682 | The argument must be an integer from 1 (fast) to 9 (slow, best). |
| 683 | The default level is 6, which is good for most applications. |
| 684 | The meaning of the values is the same as in |
Damien Miller | 396691a | 2000-01-20 22:44:08 +1100 | [diff] [blame] | 685 | .Xr gzip 1 . |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 686 | .It Cm ConnectionAttempts |
| 687 | Specifies the number of tries (one per second) to make before falling |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 688 | back to rsh or exiting. |
| 689 | The argument must be an integer. |
| 690 | This may be useful in scripts if the connection sometimes fails. |
Damien Miller | 0bc1bd8 | 2000-11-13 22:57:25 +1100 | [diff] [blame] | 691 | .It Cm PubkeyAuthentication |
| 692 | Specifies whether to try public key authentication. |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 693 | The argument to this keyword must be |
| 694 | .Dq yes |
| 695 | or |
| 696 | .Dq no . |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 697 | Note that this option applies to protocol version 2 only. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 698 | .It Cm EscapeChar |
| 699 | Sets the escape character (default: |
| 700 | .Ql ~ ) . |
| 701 | The escape character can also |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 702 | be set on the command line. |
| 703 | The argument should be a single character, |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 704 | .Ql ^ |
| 705 | followed by a letter, or |
| 706 | .Dq none |
| 707 | to disable the escape |
| 708 | character entirely (making the connection transparent for binary |
| 709 | data). |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 710 | .It Cm FallBackToRsh |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 711 | Specifies that if connecting via |
| 712 | .Nm |
| 713 | fails due to a connection refused error (there is no |
| 714 | .Xr sshd 8 |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 715 | listening on the remote host), |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 716 | .Xr rsh 1 |
| 717 | should automatically be used instead (after a suitable warning about |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 718 | the session being unencrypted). |
| 719 | The argument must be |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 720 | .Dq yes |
| 721 | or |
| 722 | .Dq no . |
| 723 | .It Cm ForwardAgent |
| 724 | Specifies whether the connection to the authentication agent (if any) |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 725 | will be forwarded to the remote machine. |
| 726 | The argument must be |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 727 | .Dq yes |
| 728 | or |
| 729 | .Dq no . |
Damien Miller | b1715dc | 2000-05-30 13:44:51 +1000 | [diff] [blame] | 730 | The default is |
| 731 | .Dq no . |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 732 | .It Cm ForwardX11 |
| 733 | Specifies whether X11 connections will be automatically redirected |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 734 | over the secure channel and |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 735 | .Ev DISPLAY |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 736 | set. |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 737 | The argument must be |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 738 | .Dq yes |
| 739 | or |
| 740 | .Dq no . |
Damien Miller | 98c7ad6 | 2000-03-09 21:27:49 +1100 | [diff] [blame] | 741 | The default is |
| 742 | .Dq no . |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 743 | .It Cm GatewayPorts |
| 744 | Specifies whether remote hosts are allowed to connect to local |
| 745 | forwarded ports. |
| 746 | The argument must be |
| 747 | .Dq yes |
| 748 | or |
| 749 | .Dq no . |
| 750 | The default is |
| 751 | .Dq no . |
| 752 | .It Cm GlobalKnownHostsFile |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 753 | Specifies a file to use instead of |
Damien Miller | 886c63a | 2000-01-20 23:13:36 +1100 | [diff] [blame] | 754 | .Pa /etc/ssh_known_hosts . |
Ben Lindstrom | 4dccfa5 | 2000-12-28 16:40:05 +0000 | [diff] [blame] | 755 | .It Cm HostKeyAlias |
| 756 | Specifies an alias that should be used instead of the |
| 757 | real host name when looking up or saving the host key |
Damien Miller | 3380426 | 2001-02-04 23:20:18 +1100 | [diff] [blame] | 758 | in the known_hosts files. |
| 759 | This option is useful for tunneling ssh connections |
Ben Lindstrom | 4dccfa5 | 2000-12-28 16:40:05 +0000 | [diff] [blame] | 760 | or if you have multiple servers running on a single host. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 761 | .It Cm HostName |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 762 | Specifies the real host name to log into. |
| 763 | This can be used to specify nicknames or abbreviations for hosts. |
| 764 | Default is the name given on the command line. |
| 765 | Numeric IP addresses are also permitted (both on the command line and in |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 766 | .Cm HostName |
| 767 | specifications). |
| 768 | .It Cm IdentityFile |
| 769 | Specifies the file from which the user's RSA authentication identity |
| 770 | is read (default |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 771 | .Pa $HOME/.ssh/identity |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 772 | in the user's home directory). |
| 773 | Additionally, any identities represented by the authentication agent |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 774 | will be used for authentication. |
| 775 | The file name may use the tilde |
| 776 | syntax to refer to a user's home directory. |
| 777 | It is possible to have |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 778 | multiple identity files specified in configuration files; all these |
| 779 | identities will be tried in sequence. |
| 780 | .It Cm KeepAlive |
| 781 | Specifies whether the system should send keepalive messages to the |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 782 | other side. |
| 783 | If they are sent, death of the connection or crash of one |
| 784 | of the machines will be properly noticed. |
| 785 | However, this means that |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 786 | connections will die if the route is down temporarily, and some people |
Damien Miller | 450a7a1 | 2000-03-26 13:04:51 +1000 | [diff] [blame] | 787 | find it annoying. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 788 | .Pp |
| 789 | The default is |
| 790 | .Dq yes |
| 791 | (to send keepalives), and the client will notice |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 792 | if the network goes down or the remote host dies. |
| 793 | This is important in scripts, and many users want it too. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 794 | .Pp |
| 795 | To disable keepalives, the value should be set to |
| 796 | .Dq no |
| 797 | in both the server and the client configuration files. |
| 798 | .It Cm KerberosAuthentication |
Damien Miller | 450a7a1 | 2000-03-26 13:04:51 +1000 | [diff] [blame] | 799 | Specifies whether Kerberos authentication will be used. |
| 800 | The argument to this keyword must be |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 801 | .Dq yes |
| 802 | or |
| 803 | .Dq no . |
| 804 | .It Cm KerberosTgtPassing |
Damien Miller | 450a7a1 | 2000-03-26 13:04:51 +1000 | [diff] [blame] | 805 | Specifies whether a Kerberos TGT will be forwarded to the server. |
| 806 | This will only work if the Kerberos server is actually an AFS kaserver. |
| 807 | The argument to this keyword must be |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 808 | .Dq yes |
| 809 | or |
| 810 | .Dq no . |
| 811 | .It Cm LocalForward |
| 812 | Specifies that a TCP/IP port on the local machine be forwarded over |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 813 | the secure channel to given host:port from the remote machine. |
| 814 | The first argument must be a port number, and the second must be |
| 815 | host:port. |
| 816 | Multiple forwardings may be specified, and additional |
| 817 | forwardings can be given on the command line. |
| 818 | Only the superuser can forward privileged ports. |
Damien Miller | 5ce662a | 1999-11-11 17:57:39 +1100 | [diff] [blame] | 819 | .It Cm LogLevel |
| 820 | Gives the verbosity level that is used when logging messages from |
| 821 | .Nm ssh . |
| 822 | The possible values are: |
Ben Lindstrom | db65e8f | 2001-01-19 04:26:52 +0000 | [diff] [blame] | 823 | QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG. |
| 824 | The default is INFO. |
Ben Lindstrom | 06b33aa | 2001-02-15 03:01:59 +0000 | [diff] [blame] | 825 | .It Cm MACs |
| 826 | Specifies the MAC (message authentication code) algorithms |
| 827 | in order of preference. |
| 828 | The MAC algorithm is used in protocol version 2 |
| 829 | for data integrity protection. |
| 830 | Multiple algorithms must be comma-separated. |
| 831 | The default is |
| 832 | .Pp |
| 833 | .Bd -literal |
| 834 | ``hmac-sha1,hmac-md5,hmac-ripemd160,hmac-ripemd160@openssh.com, |
| 835 | hmac-sha1-96,hmac-md5-96'' |
| 836 | .Ed |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 837 | .It Cm NumberOfPasswordPrompts |
Damien Miller | 450a7a1 | 2000-03-26 13:04:51 +1000 | [diff] [blame] | 838 | Specifies the number of password prompts before giving up. |
| 839 | The argument to this keyword must be an integer. |
| 840 | Default is 3. |
Damien Miller | 396691a | 2000-01-20 22:44:08 +1100 | [diff] [blame] | 841 | .It Cm PasswordAuthentication |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 842 | Specifies whether to use password authentication. |
| 843 | The argument to this keyword must be |
Damien Miller | 396691a | 2000-01-20 22:44:08 +1100 | [diff] [blame] | 844 | .Dq yes |
| 845 | or |
| 846 | .Dq no . |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 847 | Note that this option applies to both protocol version 1 and 2. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 848 | .It Cm Port |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 849 | Specifies the port number to connect on the remote host. |
| 850 | Default is 22. |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 851 | .It Cm Protocol |
| 852 | Specifies the protocol versions |
| 853 | .Nm |
| 854 | should support in order of preference. |
| 855 | The possible values are |
| 856 | .Dq 1 |
| 857 | and |
| 858 | .Dq 2 . |
| 859 | Multiple versions must be comma-separated. |
| 860 | The default is |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 861 | .Dq 1,2 . |
| 862 | This means that |
| 863 | .Nm |
| 864 | tries version 1 and falls back to version 2 |
Damien Miller | 30c3d42 | 2000-05-09 11:02:59 +1000 | [diff] [blame] | 865 | if version 1 is not available. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 866 | .It Cm ProxyCommand |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 867 | Specifies the command to use to connect to the server. |
| 868 | The command |
| 869 | string extends to the end of the line, and is executed with |
| 870 | .Pa /bin/sh . |
| 871 | In the command string, |
| 872 | .Ql %h |
| 873 | will be substituted by the host name to |
| 874 | connect and |
| 875 | .Ql %p |
| 876 | by the port. |
| 877 | The command can be basically anything, |
| 878 | and should read from its standard input and write to its standard output. |
| 879 | It should eventually connect an |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 880 | .Xr sshd 8 |
| 881 | server running on some machine, or execute |
| 882 | .Ic sshd -i |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 883 | somewhere. |
| 884 | Host key management will be done using the |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 885 | HostName of the host being connected (defaulting to the name typed by |
| 886 | the user). |
Damien Miller | aae6c61 | 1999-12-06 11:47:28 +1100 | [diff] [blame] | 887 | Note that |
| 888 | .Cm CheckHostIP |
| 889 | is not available for connects with a proxy command. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 890 | .Pp |
| 891 | .It Cm RemoteForward |
| 892 | Specifies that a TCP/IP port on the remote machine be forwarded over |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 893 | the secure channel to given host:port from the local machine. |
| 894 | The first argument must be a port number, and the second must be |
| 895 | host:port. |
| 896 | Multiple forwardings may be specified, and additional |
| 897 | forwardings can be given on the command line. |
| 898 | Only the superuser can forward privileged ports. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 899 | .It Cm RhostsAuthentication |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 900 | Specifies whether to try rhosts based authentication. |
| 901 | Note that this |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 902 | declaration only affects the client side and has no effect whatsoever |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 903 | on security. |
| 904 | Disabling rhosts authentication may reduce |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 905 | authentication time on slow connections when rhosts authentication is |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 906 | not used. |
| 907 | Most servers do not permit RhostsAuthentication because it |
| 908 | is not secure (see RhostsRSAAuthentication). |
| 909 | The argument to this keyword must be |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 910 | .Dq yes |
| 911 | or |
| 912 | .Dq no . |
| 913 | .It Cm RhostsRSAAuthentication |
| 914 | Specifies whether to try rhosts based authentication with RSA host |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 915 | authentication. |
| 916 | This is the primary authentication method for most sites. |
| 917 | The argument must be |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 918 | .Dq yes |
| 919 | or |
| 920 | .Dq no . |
| 921 | .It Cm RSAAuthentication |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 922 | Specifies whether to try RSA authentication. |
| 923 | The argument to this keyword must be |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 924 | .Dq yes |
| 925 | or |
| 926 | .Dq no . |
| 927 | RSA authentication will only be |
| 928 | attempted if the identity file exists, or an authentication agent is |
| 929 | running. |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 930 | Note that this option applies to protocol version 1 only. |
Damien Miller | 3380426 | 2001-02-04 23:20:18 +1100 | [diff] [blame] | 931 | .It Cm ChallengeResponseAuthentication |
| 932 | Specifies whether to use challenge response authentication. |
| 933 | Currently there is only support for |
Damien Miller | 95def09 | 1999-11-25 00:26:21 +1100 | [diff] [blame] | 934 | .Xr skey 1 |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 935 | authentication. |
| 936 | The argument to this keyword must be |
Damien Miller | 95def09 | 1999-11-25 00:26:21 +1100 | [diff] [blame] | 937 | .Dq yes |
| 938 | or |
| 939 | .Dq no . |
| 940 | The default is |
| 941 | .Dq no . |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 942 | .It Cm StrictHostKeyChecking |
| 943 | If this flag is set to |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 944 | .Dq yes , |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 945 | .Nm |
Ben Lindstrom | eb930d4 | 2001-01-29 08:37:08 +0000 | [diff] [blame] | 946 | will never automatically add host keys to the |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 947 | .Pa $HOME/.ssh/known_hosts |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 948 | and |
| 949 | .Pa $HOME/.ssh/known_hosts2 |
Ben Lindstrom | eb930d4 | 2001-01-29 08:37:08 +0000 | [diff] [blame] | 950 | files, and refuses to connect to hosts whose host key has changed. |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 951 | This provides maximum protection against trojan horse attacks. |
| 952 | However, it can be somewhat annoying if you don't have good |
Damien Miller | 886c63a | 2000-01-20 23:13:36 +1100 | [diff] [blame] | 953 | .Pa /etc/ssh_known_hosts |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 954 | and |
| 955 | .Pa /etc/ssh_known_hosts2 |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 956 | files installed and frequently |
Ben Lindstrom | eb930d4 | 2001-01-29 08:37:08 +0000 | [diff] [blame] | 957 | connect to new hosts. |
| 958 | This option forces the user to manually |
| 959 | add all new hosts. |
| 960 | If this flag is set to |
| 961 | .Dq no , |
| 962 | .Nm |
| 963 | will automatically add new host keys to the |
| 964 | user known hosts files. |
| 965 | If this flag is set to |
| 966 | .Dq ask , |
| 967 | new host keys |
| 968 | will be added to the user known host files only after the user |
| 969 | has confirmed that is what they really want to do, and |
| 970 | .Nm |
| 971 | will refuse to connect to hosts whose host key has changed. |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 972 | The host keys of |
Ben Lindstrom | eb930d4 | 2001-01-29 08:37:08 +0000 | [diff] [blame] | 973 | known hosts will be verified automatically in all cases. |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 974 | The argument must be |
Ben Lindstrom | eb930d4 | 2001-01-29 08:37:08 +0000 | [diff] [blame] | 975 | .Dq yes , |
| 976 | .Dq no |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 977 | or |
Ben Lindstrom | eb930d4 | 2001-01-29 08:37:08 +0000 | [diff] [blame] | 978 | .Dq ask . |
| 979 | The default is |
| 980 | .Dq ask . |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 981 | .It Cm UsePrivilegedPort |
| 982 | Specifies whether to use a privileged port for outgoing connections. |
| 983 | The argument must be |
| 984 | .Dq yes |
| 985 | or |
| 986 | .Dq no . |
| 987 | The default is |
| 988 | .Dq yes . |
| 989 | Note that setting this option to |
| 990 | .Dq no |
Damien Miller | a34a28b | 1999-12-14 10:47:15 +1100 | [diff] [blame] | 991 | turns off |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 992 | .Cm RhostsAuthentication |
| 993 | and |
Kevin Steves | fcec7f8 | 2000-12-15 19:55:48 +0000 | [diff] [blame] | 994 | .Cm RhostsRSAAuthentication |
| 995 | for older servers. |
Damien Miller | 396691a | 2000-01-20 22:44:08 +1100 | [diff] [blame] | 996 | .It Cm User |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 997 | Specifies the user to log in as. |
| 998 | This can be useful if you have a different user name on different machines. |
| 999 | This saves the trouble of |
Damien Miller | 396691a | 2000-01-20 22:44:08 +1100 | [diff] [blame] | 1000 | having to remember to give the user name on the command line. |
| 1001 | .It Cm UserKnownHostsFile |
| 1002 | Specifies a file to use instead of |
| 1003 | .Pa $HOME/.ssh/known_hosts . |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1004 | .It Cm UseRsh |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1005 | Specifies that rlogin/rsh should be used for this host. |
| 1006 | It is possible that the host does not at all support the |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1007 | .Nm |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1008 | protocol. |
| 1009 | This causes |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1010 | .Nm |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1011 | to immediately execute |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1012 | .Xr rsh 1 . |
| 1013 | All other options (except |
| 1014 | .Cm HostName ) |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1015 | are ignored if this has been specified. |
| 1016 | The argument must be |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1017 | .Dq yes |
| 1018 | or |
| 1019 | .Dq no . |
Damien Miller | d3a1857 | 2000-06-07 19:55:44 +1000 | [diff] [blame] | 1020 | .It Cm XAuthLocation |
| 1021 | Specifies the location of the |
| 1022 | .Xr xauth 1 |
| 1023 | program. |
| 1024 | The default is |
| 1025 | .Pa /usr/X11R6/bin/xauth . |
Damien Miller | 7b28dc5 | 2000-09-05 13:34:53 +1100 | [diff] [blame] | 1026 | .El |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1027 | .Sh ENVIRONMENT |
| 1028 | .Nm |
| 1029 | will normally set the following environment variables: |
| 1030 | .Bl -tag -width Ds |
| 1031 | .It Ev DISPLAY |
| 1032 | The |
| 1033 | .Ev DISPLAY |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1034 | variable indicates the location of the X11 server. |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 1035 | It is automatically set by |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1036 | .Nm |
| 1037 | to point to a value of the form |
| 1038 | .Dq hostname:n |
| 1039 | where hostname indicates |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1040 | the host where the shell runs, and n is an integer >= 1. |
| 1041 | .Nm |
| 1042 | uses this special value to forward X11 connections over the secure |
| 1043 | channel. |
| 1044 | The user should normally not set DISPLAY explicitly, as that |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1045 | will render the X11 connection insecure (and will require the user to |
| 1046 | manually copy any required authorization cookies). |
| 1047 | .It Ev HOME |
| 1048 | Set to the path of the user's home directory. |
| 1049 | .It Ev LOGNAME |
| 1050 | Synonym for |
| 1051 | .Ev USER ; |
| 1052 | set for compatibility with systems that use this variable. |
| 1053 | .It Ev MAIL |
| 1054 | Set to point the user's mailbox. |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1055 | .It Ev PATH |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1056 | Set to the default |
| 1057 | .Ev PATH , |
| 1058 | as specified when compiling |
| 1059 | .Nm ssh . |
| 1060 | .It Ev SSH_AUTH_SOCK |
| 1061 | indicates the path of a unix-domain socket used to communicate with the |
| 1062 | agent. |
| 1063 | .It Ev SSH_CLIENT |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1064 | Identifies the client end of the connection. |
| 1065 | The variable contains |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1066 | three space-separated values: client ip-address, client port number, |
| 1067 | and server port number. |
Ben Lindstrom | 4dccfa5 | 2000-12-28 16:40:05 +0000 | [diff] [blame] | 1068 | .It Ev SSH_ORIGINAL_COMMAND |
| 1069 | The variable contains the original command line if a forced command |
| 1070 | is executed. |
| 1071 | It can be used to extract the original arguments. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1072 | .It Ev SSH_TTY |
| 1073 | This is set to the name of the tty (path to the device) associated |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1074 | with the current shell or command. |
| 1075 | If the current session has no tty, |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1076 | this variable is not set. |
| 1077 | .It Ev TZ |
| 1078 | The timezone variable is set to indicate the present timezone if it |
Damien Miller | 942da03 | 2000-08-18 13:59:06 +1000 | [diff] [blame] | 1079 | was set when the daemon was started (i.e., the daemon passes the value |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1080 | on to new connections). |
| 1081 | .It Ev USER |
| 1082 | Set to the name of the user logging in. |
| 1083 | .El |
| 1084 | .Pp |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 1085 | Additionally, |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1086 | .Nm |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 1087 | reads |
| 1088 | .Pa $HOME/.ssh/environment , |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1089 | and adds lines of the format |
| 1090 | .Dq VARNAME=value |
| 1091 | to the environment. |
| 1092 | .Sh FILES |
Damien Miller | 98c7ad6 | 2000-03-09 21:27:49 +1100 | [diff] [blame] | 1093 | .Bl -tag -width Ds |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1094 | .It Pa $HOME/.ssh/known_hosts |
| 1095 | Records host keys for all hosts the user has logged into (that are not |
| 1096 | in |
Damien Miller | 886c63a | 2000-01-20 23:13:36 +1100 | [diff] [blame] | 1097 | .Pa /etc/ssh_known_hosts ) . |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1098 | See |
| 1099 | .Xr sshd 8 . |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 1100 | .It Pa $HOME/.ssh/identity, $HOME/.ssh/id_dsa |
| 1101 | Contains the RSA and the DSA authentication identity of the user. |
| 1102 | These files |
| 1103 | contain sensitive data and should be readable by the user but not |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1104 | accessible by others (read/write/execute). |
| 1105 | Note that |
| 1106 | .Nm |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 1107 | ignores a private key file if it is accessible by others. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1108 | It is possible to specify a passphrase when |
| 1109 | generating the key; the passphrase will be used to encrypt the |
| 1110 | sensitive part of this file using 3DES. |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 1111 | .It Pa $HOME/.ssh/identity.pub, $HOME/.ssh/id_dsa.pub |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1112 | Contains the public key for authentication (public part of the |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1113 | identity file in human-readable form). |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 1114 | The contents of the |
| 1115 | .Pa $HOME/.ssh/identity.pub |
| 1116 | file should be added to |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1117 | .Pa $HOME/.ssh/authorized_keys |
| 1118 | on all machines |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1119 | where you wish to log in using RSA authentication. |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 1120 | The contents of the |
| 1121 | .Pa $HOME/.ssh/id_dsa.pub |
| 1122 | file should be added to |
| 1123 | .Pa $HOME/.ssh/authorized_keys2 |
| 1124 | on all machines |
| 1125 | where you wish to log in using DSA authentication. |
| 1126 | These files are not |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1127 | sensitive and can (but need not) be readable by anyone. |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 1128 | These files are |
Kevin Steves | 3c034ae | 2001-02-05 13:47:11 +0000 | [diff] [blame] | 1129 | never used automatically and are not necessary; they are only provided for |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1130 | the convenience of the user. |
| 1131 | .It Pa $HOME/.ssh/config |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1132 | This is the per-user configuration file. |
| 1133 | The format of this file is described above. |
| 1134 | This file is used by the |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1135 | .Nm |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1136 | client. |
| 1137 | This file does not usually contain any sensitive information, |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1138 | but the recommended permissions are read/write for the user, and not |
| 1139 | accessible by others. |
| 1140 | .It Pa $HOME/.ssh/authorized_keys |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1141 | Lists the RSA keys that can be used for logging in as this user. |
| 1142 | The format of this file is described in the |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1143 | .Xr sshd 8 |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1144 | manual page. |
| 1145 | In the simplest form the format is the same as the .pub |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1146 | identity files (that is, each line contains the number of bits in |
| 1147 | modulus, public exponent, modulus, and comment fields, separated by |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1148 | spaces). |
| 1149 | This file is not highly sensitive, but the recommended |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1150 | permissions are read/write for the user, and not accessible by others. |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 1151 | .It Pa $HOME/.ssh/authorized_keys2 |
Damien Miller | 0bc1bd8 | 2000-11-13 22:57:25 +1100 | [diff] [blame] | 1152 | Lists the public keys (DSA/RSA) that can be used for logging in as this user. |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 1153 | This file is not highly sensitive, but the recommended |
| 1154 | permissions are read/write for the user, and not accessible by others. |
| 1155 | .It Pa /etc/ssh_known_hosts, /etc/ssh_known_hosts2 |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1156 | Systemwide list of known host keys. |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 1157 | .Pa /etc/ssh_known_hosts |
| 1158 | contains RSA and |
| 1159 | .Pa /etc/ssh_known_hosts2 |
Damien Miller | 0bc1bd8 | 2000-11-13 22:57:25 +1100 | [diff] [blame] | 1160 | contains DSA or RSA keys for protocol version 2. |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 1161 | These files should be prepared by the |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1162 | system administrator to contain the public host keys of all machines in the |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1163 | organization. |
| 1164 | This file should be world-readable. |
| 1165 | This file contains |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1166 | public keys, one per line, in the following format (fields separated |
| 1167 | by spaces): system name, number of bits in modulus, public exponent, |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1168 | modulus, and optional comment field. |
| 1169 | When different names are used |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1170 | for the same machine, all such names should be listed, separated by |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1171 | commas. |
| 1172 | The format is described on the |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1173 | .Xr sshd 8 |
| 1174 | manual page. |
| 1175 | .Pp |
| 1176 | The canonical system name (as returned by name servers) is used by |
| 1177 | .Xr sshd 8 |
| 1178 | to verify the client host when logging in; other names are needed because |
| 1179 | .Nm |
| 1180 | does not convert the user-supplied name to a canonical name before |
| 1181 | checking the key, because someone with access to the name servers |
| 1182 | would then be able to fool host authentication. |
Damien Miller | 886c63a | 2000-01-20 23:13:36 +1100 | [diff] [blame] | 1183 | .It Pa /etc/ssh_config |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1184 | Systemwide configuration file. |
| 1185 | This file provides defaults for those |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1186 | values that are not specified in the user's configuration file, and |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1187 | for those users who do not have a configuration file. |
| 1188 | This file must be world-readable. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1189 | .It Pa $HOME/.rhosts |
| 1190 | This file is used in |
| 1191 | .Pa \&.rhosts |
| 1192 | authentication to list the |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1193 | host/user pairs that are permitted to log in. |
| 1194 | (Note that this file is |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1195 | also used by rlogin and rsh, which makes using this file insecure.) |
| 1196 | Each line of the file contains a host name (in the canonical form |
| 1197 | returned by name servers), and then a user name on that host, |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1198 | separated by a space. |
Ben Lindstrom | ebd888d | 2001-03-05 05:49:29 +0000 | [diff] [blame] | 1199 | On some machines this file may need to be |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1200 | world-readable if the user's home directory is on a NFS partition, |
| 1201 | because |
| 1202 | .Xr sshd 8 |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1203 | reads it as root. |
| 1204 | Additionally, this file must be owned by the user, |
| 1205 | and must not have write permissions for anyone else. |
| 1206 | The recommended |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1207 | permission for most machines is read/write for the user, and not |
| 1208 | accessible by others. |
| 1209 | .Pp |
| 1210 | Note that by default |
| 1211 | .Xr sshd 8 |
| 1212 | will be installed so that it requires successful RSA host |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1213 | authentication before permitting \s+2.\s0rhosts authentication. |
| 1214 | If your server machine does not have the client's host key in |
Damien Miller | 886c63a | 2000-01-20 23:13:36 +1100 | [diff] [blame] | 1215 | .Pa /etc/ssh_known_hosts , |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1216 | you can store it in |
| 1217 | .Pa $HOME/.ssh/known_hosts . |
| 1218 | The easiest way to do this is to |
| 1219 | connect back to the client from the server machine using ssh; this |
Damien Miller | e247cc4 | 2000-05-07 12:03:14 +1000 | [diff] [blame] | 1220 | will automatically add the host key to |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1221 | .Pa $HOME/.ssh/known_hosts . |
| 1222 | .It Pa $HOME/.shosts |
| 1223 | This file is used exactly the same way as |
| 1224 | .Pa \&.rhosts . |
| 1225 | The purpose for |
| 1226 | having this file is to be able to use rhosts authentication with |
| 1227 | .Nm |
| 1228 | without permitting login with |
| 1229 | .Xr rlogin 1 |
| 1230 | or |
| 1231 | .Xr rsh 1 . |
| 1232 | .It Pa /etc/hosts.equiv |
| 1233 | This file is used during |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1234 | .Pa \&.rhosts authentication. |
| 1235 | It contains |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1236 | canonical hosts names, one per line (the full format is described on |
| 1237 | the |
| 1238 | .Xr sshd 8 |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1239 | manual page). |
| 1240 | If the client host is found in this file, login is |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1241 | automatically permitted provided client and server user names are the |
Damien Miller | 7684ee1 | 2000-03-17 23:40:15 +1100 | [diff] [blame] | 1242 | same. |
| 1243 | Additionally, successful RSA host authentication is normally |
| 1244 | required. |
| 1245 | This file should only be writable by root. |
Damien Miller | 886c63a | 2000-01-20 23:13:36 +1100 | [diff] [blame] | 1246 | .It Pa /etc/shosts.equiv |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 1247 | This file is processed exactly as |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1248 | .Pa /etc/hosts.equiv . |
| 1249 | This file may be useful to permit logins using |
| 1250 | .Nm |
| 1251 | but not using rsh/rlogin. |
Damien Miller | 886c63a | 2000-01-20 23:13:36 +1100 | [diff] [blame] | 1252 | .It Pa /etc/sshrc |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1253 | Commands in this file are executed by |
| 1254 | .Nm |
| 1255 | when the user logs in just before the user's shell (or command) is started. |
| 1256 | See the |
| 1257 | .Xr sshd 8 |
| 1258 | manual page for more information. |
| 1259 | .It Pa $HOME/.ssh/rc |
| 1260 | Commands in this file are executed by |
| 1261 | .Nm |
| 1262 | when the user logs in just before the user's shell (or command) is |
| 1263 | started. |
Damien Miller | 22c7726 | 2000-04-13 12:26:34 +1000 | [diff] [blame] | 1264 | See the |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1265 | .Xr sshd 8 |
| 1266 | manual page for more information. |
Damien Miller | 4f0fa56 | 1999-12-26 14:24:41 +1100 | [diff] [blame] | 1267 | .It Pa $HOME/.ssh/environment |
| 1268 | Contains additional definitions for environment variables, see section |
| 1269 | .Sx ENVIRONMENT |
| 1270 | above. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1271 | .It Pa libcrypto.so.X.1 |
| 1272 | A version of this library which includes support for the RSA algorithm |
| 1273 | is required for proper operation. |
Damien Miller | 7b28dc5 | 2000-09-05 13:34:53 +1100 | [diff] [blame] | 1274 | .El |
Damien Miller | 0bc1bd8 | 2000-11-13 22:57:25 +1100 | [diff] [blame] | 1275 | .Sh AUTHORS |
Ben Lindstrom | 035782e | 2001-01-29 08:34:16 +0000 | [diff] [blame] | 1276 | OpenSSH is a derivative of the original and free |
| 1277 | ssh 1.2.12 release by Tatu Ylonen. |
| 1278 | Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, |
| 1279 | Theo de Raadt and Dug Song |
| 1280 | removed many bugs, re-added newer features and |
| 1281 | created OpenSSH. |
| 1282 | Markus Friedl contributed the support for SSH |
| 1283 | protocol versions 1.5 and 2.0. |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1284 | .Sh SEE ALSO |
| 1285 | .Xr rlogin 1 , |
| 1286 | .Xr rsh 1 , |
| 1287 | .Xr scp 1 , |
Damien Miller | 3380426 | 2001-02-04 23:20:18 +1100 | [diff] [blame] | 1288 | .Xr sftp 1 , |
Damien Miller | 32aa144 | 1999-10-29 09:15:49 +1000 | [diff] [blame] | 1289 | .Xr ssh-add 1 , |
| 1290 | .Xr ssh-agent 1 , |
| 1291 | .Xr ssh-keygen 1 , |
| 1292 | .Xr telnet 1 , |
Ben Lindstrom | 5ab6ae1 | 2001-02-10 22:08:03 +0000 | [diff] [blame] | 1293 | .Xr sshd 8 |