From b4d7deddbadf7e76e5f3b096f4f336e1c239a51f Mon Sep 17 00:00:00 2001 From: djm Date: Fri, 31 Mar 2006 12:14:57 +0000 Subject: [PATCH] - djm@cvs.openbsd.org 2006/03/31 09:13:56 [ssh_config.5] remote user escape is %r not %h; spotted by jmc@ --- ChangeLog | 3 +++ ssh_config.5 | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 57714239..0c75ba47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -43,6 +43,9 @@ - jmc@cvs.openbsd.org 2006/03/31 09:09:30 [ssh_config.5] kill trailing whitespace; + - djm@cvs.openbsd.org 2006/03/31 09:13:56 + [ssh_config.5] + remote user escape is %r not %h; spotted by jmc@ 20060326 - OpenBSD CVS Sync diff --git a/ssh_config.5 b/ssh_config.5 index a1c2a5fb..7744e95f 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.91 2006/03/31 09:09:30 jmc Exp $ +.\" $OpenBSD: ssh_config.5,v 1.92 2006/03/31 09:13:56 djm Exp $ .Dd September 25, 1999 .Dt SSH_CONFIG 5 .Os @@ -560,7 +560,7 @@ escape characters: (local host name), .Ql %h (remote host name) or -.Ql %h +.Ql %r (remote user name). .Pp It is possible to have -- 2.45.2