diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2001-04-20 07:17:52 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2001-04-20 07:17:52 +0000 |
commit | 6eeb74942193c6d9198e6229b7d465d6d88d1429 (patch) | |
tree | cfff922181bbdb82fd2b4900b589656fb5ce5c30 /usr.bin/ssh/clientloop.c | |
parent | ac397fa9882ff77bc8c99ee4919d4ca67514f722 (diff) |
Split out and improve escape character documentation, mention ~R in
~? help text; ok markus@
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r-- | usr.bin/ssh/clientloop.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c index 2709ce356f0..369ffe4acf8 100644 --- a/usr.bin/ssh/clientloop.c +++ b/usr.bin/ssh/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\ |