summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.113
1 files changed, 10 insertions, 3 deletions
diff --git a/ssh.1 b/ssh.1
index b7b126440..7da143b19 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.185 2004/05/02 11:57:52 dtucker Exp $ 37.\" $OpenBSD: ssh.1,v 1.186 2004/05/21 11:33:11 djm Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -302,11 +302,18 @@ Display a list of escape characters.
302Send a BREAK to the remote system 302Send a BREAK to the remote system
303(only useful for SSH protocol version 2 and if the peer supports it). 303(only useful for SSH protocol version 2 and if the peer supports it).
304.It Cm ~C 304.It Cm ~C
305Open command line (only useful for adding port forwardings using the 305Open command line.
306Currently this allows the addition of port forwardings using the
306.Fl L 307.Fl L
307and 308and
308.Fl R 309.Fl R
309options). 310options (see below).
311It also allows the cancellation of existing remote port-forwardings
312using
313.Fl KR Ar hostport .
314Basic help is available, using the
315.Fl ?
316option.
310.It Cm ~R 317.It Cm ~R
311Request rekeying of the connection 318Request rekeying of the connection
312(only useful for SSH protocol version 2 and if the peer supports it). 319(only useful for SSH protocol version 2 and if the peer supports it).