summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh_config.54
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a43234ca..c9d436915 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,6 +43,9 @@
43 - jmc@cvs.openbsd.org 2006/03/31 09:09:30 43 - jmc@cvs.openbsd.org 2006/03/31 09:09:30
44 [ssh_config.5] 44 [ssh_config.5]
45 kill trailing whitespace; 45 kill trailing whitespace;
46 - djm@cvs.openbsd.org 2006/03/31 09:13:56
47 [ssh_config.5]
48 remote user escape is %r not %h; spotted by jmc@
46 49
4720060326 5020060326
48 - OpenBSD CVS Sync 51 - OpenBSD CVS Sync
@@ -4492,4 +4495,4 @@
4492 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4495 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4493 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4496 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4494 4497
4495$Id: ChangeLog,v 1.4299 2006/03/31 12:14:41 djm Exp $ 4498$Id: ChangeLog,v 1.4300 2006/03/31 12:14:57 djm Exp $
diff --git a/ssh_config.5 b/ssh_config.5
index a1c2a5fbe..7744e95f9 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,7 +34,7 @@
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.91 2006/03/31 09:09:30 jmc Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.92 2006/03/31 09:13:56 djm Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -560,7 +560,7 @@ escape characters:
560(local host name), 560(local host name),
561.Ql %h 561.Ql %h
562(remote host name) or 562(remote host name) or
563.Ql %h 563.Ql %r
564(remote user name). 564(remote user name).
565.Pp 565.Pp
566It is possible to have 566It is possible to have