summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-22 03:24:32 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-22 03:24:32 +0000
commit5589f4b55f6f739acb8a2ff616d54e919e01dba9 (patch)
treecab1cabbbcb64b6ecf9d2f547dbd68a967a05cc8 /ssh.1
parent58b391b1bdaaea1dc7d8e65e1d3549d16bc323f4 (diff)
- 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.18
1 files changed, 7 insertions, 1 deletions
diff --git a/ssh.1 b/ssh.1
index 43b75dc23..dc7fa2915 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.148 2002/02/18 17:55:20 markus Exp $ 37.\" $OpenBSD: ssh.1,v 1.149 2002/03/21 15:17:26 jakob Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -297,6 +297,12 @@ Background ssh at logout when waiting for forwarded connection / X11 sessions
297to terminate 297to terminate
298.It Cm ~? 298.It Cm ~?
299Display a list of escape characters 299Display a list of escape characters
300.It Cm ~C
301Open command line (only useful for adding port forwardings using the
302.Fl L
303and
304.Fl R
305options)
300.It Cm ~R 306.It Cm ~R
301Request rekeying of the connection (only useful for SSH protocol version 2 307Request rekeying of the connection (only useful for SSH protocol version 2
302and if the peer supports it) 308and if the peer supports it)