summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-08-23 23:52:36 +0100
committerColin Watson <cjwatson@debian.org>2010-08-23 23:52:36 +0100
commit78799892cb1858927be02be9737c594052e3f910 (patch)
treeac3dc2e848ab9dc62fe4252e01e52c3d456f628f /sshd.8
parent3875951bb76a9ec62634ae4026c9cc885d933477 (diff)
parent31e30b835fd9695d3b6647cab4867001b092e28f (diff)
* New upstream release (http://www.openssh.com/txt/release-5.6):
- Added a ControlPersist option to ssh_config(5) that automatically starts a background ssh(1) multiplex master when connecting. This connection can stay alive indefinitely, or can be set to automatically close after a user-specified duration of inactivity (closes: #335697, #350898, #454787, #500573, #550262). - Support AuthorizedKeysFile, AuthorizedPrincipalsFile, HostbasedUsesNameFromPacketOnly, and PermitTunnel in sshd_config(5) Match blocks (closes: #549858). - sftp(1): fix ls in working directories that contain globbing characters in their pathnames (LP: #530714).
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.818
1 files changed, 14 insertions, 4 deletions
diff --git a/sshd.8 b/sshd.8
index d784c0630..835a56344 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,8 +34,8 @@
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: sshd.8,v 1.255 2010/03/05 06:50:35 jmc Exp $ 37.\" $OpenBSD: sshd.8,v 1.257 2010/08/04 05:37:01 djm Exp $
38.Dd $Mdocdate: March 5 2010 $ 38.Dd $Mdocdate: August 4 2010 $
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -595,13 +595,23 @@ Limit local
595.Li ``ssh -L'' 595.Li ``ssh -L''
596port forwarding such that it may only connect to the specified host and 596port forwarding such that it may only connect to the specified host and
597port. 597port.
598IPv6 addresses can be specified with an alternative syntax: 598IPv6 addresses can be specified by enclosing the address in square brackets.
599.Ar host Ns / Ns Ar port .
600Multiple 599Multiple
601.Cm permitopen 600.Cm permitopen
602options may be applied separated by commas. 601options may be applied separated by commas.
603No pattern matching is performed on the specified hostnames, 602No pattern matching is performed on the specified hostnames,
604they must be literal domains or addresses. 603they must be literal domains or addresses.
604.It Cm principals="principals"
605On a
606.Cm cert-authority
607line, specifies allowed principals for certificate authentication as a
608comma-separated list.
609At least one name from the list must appear in the certificate's
610list of principals for the certificate to be accepted.
611This option is ignored for keys that are not marked as trusted certificate
612signers using the
613.Cm cert-authority
614option.
605.It Cm tunnel="n" 615.It Cm tunnel="n"
606Force a 616Force a
607.Xr tun 4 617.Xr tun 4