summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2015-08-19 14:23:51 +0100
committerColin Watson <cjwatson@debian.org>2015-08-19 16:48:11 +0100
commit0f0841b2d28b7463267d4d91577e72e3340a1d3a (patch)
treeba55fcd2b6e2cc22b30f5afb561dbb3da4c8b6c7 /sshd.8
parentf2a5f5dae656759efb0b76c3d94890b65c197a02 (diff)
parent8698446b972003b63dfe5dcbdb86acfe986afb85 (diff)
New upstream release (6.8p1).
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.816
1 files changed, 8 insertions, 8 deletions
diff --git a/sshd.8 b/sshd.8
index f8f9eac37..e1980174d 100644
--- a/sshd.8
+++ b/sshd.8
@@ -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: sshd.8,v 1.276 2014/07/03 22:40:43 djm Exp $ 36.\" $OpenBSD: sshd.8,v 1.278 2014/11/15 14:41:03 bentley Exp $
37.Dd $Mdocdate: July 3 2014 $ 37.Dd $Mdocdate: November 15 2014 $
38.Dt SSHD 8 38.Dt SSHD 8
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -281,7 +281,7 @@ though this can be changed via the
281.Cm Protocol 281.Cm Protocol
282option in 282option in
283.Xr sshd_config 5 . 283.Xr sshd_config 5 .
284Protocol 2 supports DSA, ECDSA, ED25519 and RSA keys; 284Protocol 2 supports DSA, ECDSA, Ed25519 and RSA keys;
285protocol 1 only supports RSA keys. 285protocol 1 only supports RSA keys.
286For both protocols, 286For both protocols,
287each host has a host-specific key, 287each host has a host-specific key,
@@ -607,10 +607,10 @@ Disables execution of
607Forbids X11 forwarding when this key is used for authentication. 607Forbids X11 forwarding when this key is used for authentication.
608Any X11 forward requests by the client will return an error. 608Any X11 forward requests by the client will return an error.
609.It Cm permitopen="host:port" 609.It Cm permitopen="host:port"
610Limit local 610Limit local port forwarding with
611.Li ``ssh -L'' 611.Xr ssh 1
612port forwarding such that it may only connect to the specified host and 612.Fl L
613port. 613such that it may only connect to the specified host and port.
614IPv6 addresses can be specified by enclosing the address in square brackets. 614IPv6 addresses can be specified by enclosing the address in square brackets.
615Multiple 615Multiple
616.Cm permitopen 616.Cm permitopen
@@ -811,7 +811,7 @@ secret, but the recommended permissions are read/write/execute for the user,
811and not accessible by others. 811and not accessible by others.
812.Pp 812.Pp
813.It Pa ~/.ssh/authorized_keys 813.It Pa ~/.ssh/authorized_keys
814Lists the public keys (DSA, ECDSA, ED25519, RSA) 814Lists the public keys (DSA, ECDSA, Ed25519, RSA)
815that can be used for logging in as this user. 815that can be used for logging in as this user.
816The format of this file is described above. 816The format of this file is described above.
817The content of the file is not highly sensitive, but the recommended 817The content of the file is not highly sensitive, but the recommended