summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2012-05-17 13:04:02 +0100
committerColin Watson <cjwatson@debian.org>2012-05-17 13:04:02 +0100
commitdd5ed53e20d218607260916a6b04d1c8c5b3d88f (patch)
treec59b4dbcc610f10700945f885adf3bddc2542c26 /ssh.1
parent8241a65bf12ac53c1b7304bba7ce739aad80b8b8 (diff)
parentb9bc38990c5eb5d99e28ca5af6d3491fd4a0060a (diff)
merge 6.0p1
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.124
1 files changed, 19 insertions, 5 deletions
diff --git a/ssh.1 b/ssh.1
index 9c1ca4b16..ac61326e8 100644
--- a/ssh.1
+++ b/ssh.1
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh.1,v 1.320 2011/08/02 01:22:11 djm Exp $ 36.\" $OpenBSD: ssh.1,v 1.323 2011/09/11 06:59:05 okan Exp $
37.Dd $Mdocdate: August 2 2011 $ 37.Dd $Mdocdate: September 11 2011 $
38.Dt SSH 1 38.Dt SSH 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -393,6 +393,8 @@ Valid commands are:
393(check that the master process is running), 393(check that the master process is running),
394.Dq forward 394.Dq forward
395(request forwardings without command execution), 395(request forwardings without command execution),
396.Dq cancel
397(cancel forwardings),
396.Dq exit 398.Dq exit
397(request the master to exit), and 399(request the master to exit), and
398.Dq stop 400.Dq stop
@@ -419,11 +421,13 @@ For full details of the options listed below, and their possible values, see
419.It ConnectTimeout 421.It ConnectTimeout
420.It ControlMaster 422.It ControlMaster
421.It ControlPath 423.It ControlPath
424.It ControlPersist
422.It DynamicForward 425.It DynamicForward
423.It EscapeChar 426.It EscapeChar
424.It ExitOnForwardFailure 427.It ExitOnForwardFailure
425.It ForwardAgent 428.It ForwardAgent
426.It ForwardX11 429.It ForwardX11
430.It ForwardX11Timeout
427.It ForwardX11Trusted 431.It ForwardX11Trusted
428.It GatewayPorts 432.It GatewayPorts
429.It GlobalKnownHostsFile 433.It GlobalKnownHostsFile
@@ -438,6 +442,7 @@ For full details of the options listed below, and their possible values, see
438.It IdentityFile 442.It IdentityFile
439.It IdentitiesOnly 443.It IdentitiesOnly
440.It IPQoS 444.It IPQoS
445.It KbdInteractiveAuthentication
441.It KbdInteractiveDevices 446.It KbdInteractiveDevices
442.It KexAlgorithms 447.It KexAlgorithms
443.It LocalCommand 448.It LocalCommand
@@ -896,11 +901,20 @@ Currently this allows the addition of port forwardings using the
896and 901and
897.Fl D 902.Fl D
898options (see above). 903options (see above).
899It also allows the cancellation of existing remote port-forwardings 904It also allows the cancellation of existing port-forwardings
900using 905with
906.Sm off
907.Fl KL Oo Ar bind_address : Oc Ar port
908.Sm on
909for local,
910.Sm off
911.Fl KR Oo Ar bind_address : Oc Ar port
912.Sm on
913for remote and
901.Sm off 914.Sm off
902.Fl KR Oo Ar bind_address : Oc Ar port . 915.Fl KD Oo Ar bind_address : Oc Ar port
903.Sm on 916.Sm on
917for dynamic port-forwardings.
904.Ic !\& Ns Ar command 918.Ic !\& Ns Ar command
905allows the user to execute a local command if the 919allows the user to execute a local command if the
906.Ic PermitLocalCommand 920.Ic PermitLocalCommand