summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2012-09-06 21:26:34 +1000
committerDarren Tucker <dtucker@zip.com.au>2012-09-06 21:26:34 +1000
commit29bf4040b4aa98ce8b1be57a3107ddb1eaa085b4 (patch)
treeae5a359bee08133ad29737e4e544bb9e6bd8f579 /clientloop.c
parent50a48d025ffc961c3f5e48f521b406d7c49681bb (diff)
- dtucker@cvs.openbsd.org 2012/09/06 09:50:13
[clientloop.c] Make the escape command help (~?) context sensitive so that only commands that will work in the current session are shown. ok markus@
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/clientloop.c b/clientloop.c
index 0e5c45a9d..72b1d40f0 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: clientloop.c,v 1.242 2012/09/06 04:37:38 dtucker Exp $ */ 1/* $OpenBSD: clientloop.c,v 1.243 2012/09/06 06:25:41 dtucker Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1200,8 +1200,8 @@ Supported escape sequences:\r\n\
1200 %cB - send a BREAK to the remote system\r\n\ 1200 %cB - send a BREAK to the remote system\r\n\
1201 %cC - open a command line\r\n\ 1201 %cC - open a command line\r\n\
1202 %cR - Request rekey (SSH protocol 2 only)\r\n\ 1202 %cR - Request rekey (SSH protocol 2 only)\r\n\
1203 %cV - Increase verbosity (LogLevel)\r\n\ 1203 %cV - Decrease verbosity (LogLevel)\r\n\
1204 %cv - Decrease verbosity (LogLevel)\r\n\ 1204 %cv - Increase verbosity (LogLevel)\r\n\
1205 %c^Z - suspend ssh\r\n\ 1205 %c^Z - suspend ssh\r\n\
1206 %c# - list forwarded connections\r\n\ 1206 %c# - list forwarded connections\r\n\
1207 %c& - background ssh (when waiting for connections to terminate)\r\n\ 1207 %c& - background ssh (when waiting for connections to terminate)\r\n\