summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/clientloop.c b/clientloop.c
index 2709ce356..369ffe4ac 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -59,7 +59,7 @@
59 */ 59 */
60 60
61#include "includes.h" 61#include "includes.h"
62RCSID("$OpenBSD: clientloop.c,v 1.64 2001/04/17 09:52:48 markus Exp $"); 62RCSID("$OpenBSD: clientloop.c,v 1.65 2001/04/20 07:17:51 djm Exp $");
63 63
64#include "ssh.h" 64#include "ssh.h"
65#include "ssh1.h" 65#include "ssh1.h"
@@ -566,6 +566,7 @@ process_escapes(Buffer *bin, Buffer *bout, Buffer *berr, char *buf, int len)
566"%c?\r\n\ 566"%c?\r\n\
567Supported escape sequences:\r\n\ 567Supported escape sequences:\r\n\
568~. - terminate connection\r\n\ 568~. - terminate connection\r\n\
569~R - Request rekey (SSH protocol 2 only)\r\n\
569~^Z - suspend ssh\r\n\ 570~^Z - suspend ssh\r\n\
570~# - list forwarded connections\r\n\ 571~# - list forwarded connections\r\n\
571~& - background ssh (when waiting for connections to terminate)\r\n\ 572~& - background ssh (when waiting for connections to terminate)\r\n\