From 9ffdcb5478d77f6a28731eeb39456ac6fbf60363 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Fri, 20 Apr 2001 12:50:51 +0000 Subject: - djm@cvs.openbsd.org 2001/04/20 07:17:51 [clientloop.c ssh.1] Split out and improve escape character documentation, mention ~R in ~? help text; ok markus@ --- clientloop.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'clientloop.c') diff --git a/clientloop.c b/clientloop.c index 2709ce35..369ffe4a 100644 --- a/clientloop.c +++ b/clientloop.c @@ -59,7 +59,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: clientloop.c,v 1.64 2001/04/17 09:52:48 markus Exp $"); +RCSID("$OpenBSD: clientloop.c,v 1.65 2001/04/20 07:17:51 djm Exp $"); #include "ssh.h" #include "ssh1.h" @@ -566,6 +566,7 @@ process_escapes(Buffer *bin, Buffer *bout, Buffer *berr, char *buf, int len) "%c?\r\n\ Supported escape sequences:\r\n\ ~. - terminate connection\r\n\ +~R - Request rekey (SSH protocol 2 only)\r\n\ ~^Z - suspend ssh\r\n\ ~# - list forwarded connections\r\n\ ~& - background ssh (when waiting for connections to terminate)\r\n\ -- cgit v1.2.3