mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
- jmc@cvs.openbsd.org 2011/05/07 23:19:39
[ssh_config.5] - tweak previous - come consistency fixes ok djm
This commit is contained in:
parent
c067f62560
commit
486dd2eadb
@ -42,6 +42,11 @@
|
|||||||
- djm@cvs.openbsd.org 2011/05/06 22:20:10
|
- djm@cvs.openbsd.org 2011/05/06 22:20:10
|
||||||
[PROTOCOL.mux]
|
[PROTOCOL.mux]
|
||||||
fix numbering; from bert.wesarg AT googlemail.com
|
fix numbering; from bert.wesarg AT googlemail.com
|
||||||
|
- jmc@cvs.openbsd.org 2011/05/07 23:19:39
|
||||||
|
[ssh_config.5]
|
||||||
|
- tweak previous
|
||||||
|
- come consistency fixes
|
||||||
|
ok djm
|
||||||
|
|
||||||
20110510
|
20110510
|
||||||
- (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix
|
- (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix
|
||||||
|
11
ssh_config.5
11
ssh_config.5
@ -33,8 +33,8 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: ssh_config.5,v 1.149 2011/05/06 21:34:32 djm Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.150 2011/05/07 23:19:39 jmc Exp $
|
||||||
.Dd $Mdocdate: May 6 2011 $
|
.Dd $Mdocdate: May 7 2011 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -320,8 +320,9 @@ will be substituted by the first component of the local host name,
|
|||||||
will be substituted by the local host name (including any domain name),
|
will be substituted by the local host name (including any domain name),
|
||||||
.Ql %h
|
.Ql %h
|
||||||
will be substituted by the target host name,
|
will be substituted by the target host name,
|
||||||
.Ql %h
|
.Ql %n
|
||||||
will be substituted by original target host name specified on the commandline,
|
will be substituted by the original target host name
|
||||||
|
specified on the command line,
|
||||||
.Ql %p
|
.Ql %p
|
||||||
the port,
|
the port,
|
||||||
.Ql %r
|
.Ql %r
|
||||||
@ -585,7 +586,7 @@ Specifies the real host name to log into.
|
|||||||
This can be used to specify nicknames or abbreviations for hosts.
|
This can be used to specify nicknames or abbreviations for hosts.
|
||||||
If the hostname contains the character sequence
|
If the hostname contains the character sequence
|
||||||
.Ql %h ,
|
.Ql %h ,
|
||||||
then this will be replaced with the host name specified on the commandline
|
then this will be replaced with the host name specified on the command line
|
||||||
(this is useful for manipulating unqualified names).
|
(this is useful for manipulating unqualified names).
|
||||||
The default is the name given on the command line.
|
The default is the name given on the command line.
|
||||||
Numeric IP addresses are also permitted (both on the command line and in
|
Numeric IP addresses are also permitted (both on the command line and in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user