summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.58
1 files changed, 6 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 531a60b5e..e7bb21ebb 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,8 +34,8 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 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. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh_config.5,v 1.135 2010/06/26 00:57:07 jmc Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.136 2010/07/12 22:41:13 djm Exp $
38.Dd $Mdocdate: June 26 2010 $ 38.Dd $Mdocdate: July 12 2010 $
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -537,6 +537,10 @@ or for multiple servers running on a single host.
537.It Cm HostName 537.It Cm HostName
538Specifies the real host name to log into. 538Specifies the real host name to log into.
539This can be used to specify nicknames or abbreviations for hosts. 539This can be used to specify nicknames or abbreviations for hosts.
540If the hostname contains the character sequence
541.Ql %h ,
542then this will be replaced with the host name specified on the commandline
543(this is useful for manipulating unqualified names).
540The default is the name given on the command line. 544The default is the name given on the command line.
541Numeric IP addresses are also permitted (both on the command line and in 545Numeric IP addresses are also permitted (both on the command line and in
542.Cm HostName 546.Cm HostName