summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ssh_config.510
2 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c9649abda..f2190e585 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,10 @@
37 - djm@cvs.openbsd.org 2014/07/03 04:36:45 37 - djm@cvs.openbsd.org 2014/07/03 04:36:45
38 [digest.h] 38 [digest.h]
39 forward-declare struct sshbuf so consumers don't need to include sshbuf.h 39 forward-declare struct sshbuf so consumers don't need to include sshbuf.h
40 - djm@cvs.openbsd.org 2014/07/03 05:32:36
41 [ssh_config.5]
42 mention '%%' escape sequence in HostName directives and how it may
43 be used to specify IPv6 link-local addresses
40 44
4120140702 4520140702
42 - OpenBSD CVS Sync 46 - OpenBSD CVS Sync
diff --git a/ssh_config.5 b/ssh_config.5
index f96f37ba3..5c6bd29ea 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.186 2014/03/28 05:17:11 naddy Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.187 2014/07/03 05:32:36 djm Exp $
37.Dd $Mdocdate: March 28 2014 $ 37.Dd $Mdocdate: July 3 2014 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -763,6 +763,12 @@ If the hostname contains the character sequence
763.Ql %h , 763.Ql %h ,
764then this will be replaced with the host name specified on the command line 764then this will be replaced with the host name specified on the command line
765(this is useful for manipulating unqualified names). 765(this is useful for manipulating unqualified names).
766The character sequence
767.Ql %%
768will be replaced by a single
769.Ql %
770character, which may be used when specifying IPv6 link-local addresses.
771.Pp
766The default is the name given on the command line. 772The default is the name given on the command line.
767Numeric IP addresses are also permitted (both on the command line and in 773Numeric IP addresses are also permitted (both on the command line and in
768.Cm HostName 774.Cm HostName