diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh_config.5 | 11 |
2 files changed, 11 insertions, 5 deletions
@@ -42,6 +42,11 @@ | |||
42 | - djm@cvs.openbsd.org 2011/05/06 22:20:10 | 42 | - djm@cvs.openbsd.org 2011/05/06 22:20:10 |
43 | [PROTOCOL.mux] | 43 | [PROTOCOL.mux] |
44 | fix numbering; from bert.wesarg AT googlemail.com | 44 | fix numbering; from bert.wesarg AT googlemail.com |
45 | - jmc@cvs.openbsd.org 2011/05/07 23:19:39 | ||
46 | [ssh_config.5] | ||
47 | - tweak previous | ||
48 | - come consistency fixes | ||
49 | ok djm | ||
45 | 50 | ||
46 | 20110510 | 51 | 20110510 |
47 | - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix | 52 | - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix |
diff --git a/ssh_config.5 b/ssh_config.5 index 83baa82b1..7a3b641ff 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: ssh_config.5,v 1.149 2011/05/06 21:34:32 djm Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.150 2011/05/07 23:19:39 jmc Exp $ |
37 | .Dd $Mdocdate: May 6 2011 $ | 37 | .Dd $Mdocdate: May 7 2011 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -320,8 +320,9 @@ will be substituted by the first component of the local host name, | |||
320 | will be substituted by the local host name (including any domain name), | 320 | will be substituted by the local host name (including any domain name), |
321 | .Ql %h | 321 | .Ql %h |
322 | will be substituted by the target host name, | 322 | will be substituted by the target host name, |
323 | .Ql %h | 323 | .Ql %n |
324 | will be substituted by original target host name specified on the commandline, | 324 | will be substituted by the original target host name |
325 | specified on the command line, | ||
325 | .Ql %p | 326 | .Ql %p |
326 | the port, | 327 | the port, |
327 | .Ql %r | 328 | .Ql %r |
@@ -585,7 +586,7 @@ Specifies the real host name to log into. | |||
585 | This can be used to specify nicknames or abbreviations for hosts. | 586 | This can be used to specify nicknames or abbreviations for hosts. |
586 | If the hostname contains the character sequence | 587 | If the hostname contains the character sequence |
587 | .Ql %h , | 588 | .Ql %h , |
588 | then this will be replaced with the host name specified on the commandline | 589 | then this will be replaced with the host name specified on the command line |
589 | (this is useful for manipulating unqualified names). | 590 | (this is useful for manipulating unqualified names). |
590 | The default is the name given on the command line. | 591 | The default is the name given on the command line. |
591 | Numeric IP addresses are also permitted (both on the command line and in | 592 | Numeric IP addresses are also permitted (both on the command line and in |