summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2012-05-18 12:16:05 +0100
committerColin Watson <cjwatson@debian.org>2012-05-18 12:16:05 +0100
commitdabbdfacc9f6995b0739772a47704186dcf34ea5 (patch)
tree0a0b306a637bc85eb719261b74884f0b9573ec41 /ssh.1
parent1e0d51b642cac9a6bfb719e6320905625aa5f943 (diff)
parentdd5ed53e20d218607260916a6b04d1c8c5b3d88f (diff)
* New upstream release (http://www.openssh.org/txt/release-6.0).
- Fix IPQoS not being set on non-mapped v4-in-v6 addressed connections (closes: #643312, #650512). - Add a new privilege separation sandbox implementation for Linux's new seccomp sandbox, automatically enabled on platforms that support it. (Note: privilege separation sandboxing is still experimental.)
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 d20a5671e..13cc23d99 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
@@ -900,11 +905,20 @@ Currently this allows the addition of port forwardings using the
900and 905and
901.Fl D 906.Fl D
902options (see above). 907options (see above).
903It also allows the cancellation of existing remote port-forwardings 908It also allows the cancellation of existing port-forwardings
904using 909with
910.Sm off
911.Fl KL Oo Ar bind_address : Oc Ar port
912.Sm on
913for local,
914.Sm off
915.Fl KR Oo Ar bind_address : Oc Ar port
916.Sm on
917for remote and
905.Sm off 918.Sm off
906.Fl KR Oo Ar bind_address : Oc Ar port . 919.Fl KD Oo Ar bind_address : Oc Ar port
907.Sm on 920.Sm on
921for dynamic port-forwardings.
908.Ic !\& Ns Ar command 922.Ic !\& Ns Ar command
909allows the user to execute a local command if the 923allows the user to execute a local command if the
910.Ic PermitLocalCommand 924.Ic PermitLocalCommand