diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-03-22 03:24:32 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-03-22 03:24:32 +0000 |
commit | 5589f4b55f6f739acb8a2ff616d54e919e01dba9 (patch) | |
tree | cab1cabbbcb64b6ecf9d2f547dbd68a967a05cc8 /ssh.1 | |
parent | 58b391b1bdaaea1dc7d8e65e1d3549d16bc323f4 (diff) | |
download | openssh-git-5589f4b55f6f739acb8a2ff616d54e919e01dba9.tar.gz |
- jakob@cvs.openbsd.org 2002/03/21 15:17:26
[clientloop.c ssh.1]
add built-in command line for adding new port forwardings on the fly.
based on a patch from brian wellington. ok markus@.
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.148 2002/02/18 17:55:20 markus Exp $ +.\" $OpenBSD: ssh.1,v 1.149 2002/03/21 15:17:26 jakob Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -297,6 +297,12 @@ Background ssh at logout when waiting for forwarded connection / X11 sessions to terminate .It Cm ~? Display a list of escape characters +.It Cm ~C +Open command line (only useful for adding port forwardings using the +.Fl L +and +.Fl R +options) .It Cm ~R Request rekeying of the connection (only useful for SSH protocol version 2 and if the peer supports it) |