diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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. | |||
302 | Send a BREAK to the remote system | 302 | Send 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 |
305 | Open command line (only useful for adding port forwardings using the | 305 | Open command line. |
306 | Currently this allows the addition of port forwardings using the | ||
306 | .Fl L | 307 | .Fl L |
307 | and | 308 | and |
308 | .Fl R | 309 | .Fl R |
309 | options). | 310 | options (see below). |
311 | It also allows the cancellation of existing remote port-forwardings | ||
312 | using | ||
313 | .Fl KR Ar hostport . | ||
314 | Basic help is available, using the | ||
315 | .Fl ? | ||
316 | option. | ||
310 | .It Cm ~R | 317 | .It Cm ~R |
311 | Request rekeying of the connection | 318 | Request 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). |