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