diff options
author | 2001-04-20 07:17:51 +0000 | |
---|---|---|
committer | 2001-04-20 07:17:51 +0000 | |
commit | f0d7fc19922af8246bd53a442d0306b72f4b27c6 (patch) | |
tree | a39278d5eb963619efcc82ad6b7637d79aaf066f /usr.bin/ssh/clientloop.c | |
parent | we support the copper varients (diff) | |
download | wireguard-openbsd-f0d7fc19922af8246bd53a442d0306b72f4b27c6.tar.xz wireguard-openbsd-f0d7fc19922af8246bd53a442d0306b72f4b27c6.zip |
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\ |