diff options
author | Colin Watson <cjwatson@debian.org> | 2012-09-07 00:20:47 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2012-09-07 00:20:47 +0100 |
commit | eab78da6a54225de06271d9c8da650f04a55ed88 (patch) | |
tree | aa258ca77515939f6d89317ff67fbcb0bca08b24 /sshd.8 | |
parent | a26f5de49df59322fde07f7be91b3e3969c9c238 (diff) | |
parent | c6a2c0334e45419875687d250aed9bea78480f2e (diff) |
* New upstream release (http://www.openssh.com/txt/release-6.1).
- Enable pre-auth sandboxing by default for new installs.
- Allow "PermitOpen none" to refuse all port-forwarding requests
(closes: #543683).
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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.264 2011/09/23 00:22:04 dtucker Exp $ | 36 | .\" $OpenBSD: sshd.8,v 1.266 2012/06/18 12:07:07 dtucker Exp $ |
37 | .Dd $Mdocdate: September 23 2011 $ | 37 | .Dd $Mdocdate: June 18 2012 $ |
38 | .Dt SSHD 8 | 38 | .Dt SSHD 8 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -114,6 +114,8 @@ The connection parameters are supplied as keyword=value pairs. | |||
114 | The keywords are | 114 | The keywords are |
115 | .Dq user , | 115 | .Dq user , |
116 | .Dq host , | 116 | .Dq host , |
117 | .Dq laddr , | ||
118 | .Dq lport , | ||
117 | and | 119 | and |
118 | .Dq addr . | 120 | .Dq addr . |
119 | All are required and may be supplied in any order, either with multiple | 121 | All are required and may be supplied in any order, either with multiple |
@@ -884,7 +886,7 @@ rlogin/rsh. | |||
884 | .It Pa /etc/ssh/ssh_host_dsa_key | 886 | .It Pa /etc/ssh/ssh_host_dsa_key |
885 | .It Pa /etc/ssh/ssh_host_ecdsa_key | 887 | .It Pa /etc/ssh/ssh_host_ecdsa_key |
886 | .It Pa /etc/ssh/ssh_host_rsa_key | 888 | .It Pa /etc/ssh/ssh_host_rsa_key |
887 | These three files contain the private parts of the host keys. | 889 | These files contain the private parts of the host keys. |
888 | These files should only be owned by root, readable only by root, and not | 890 | These files should only be owned by root, readable only by root, and not |
889 | accessible to others. | 891 | accessible to others. |
890 | Note that | 892 | Note that |
@@ -895,7 +897,7 @@ does not start if these files are group/world-accessible. | |||
895 | .It Pa /etc/ssh/ssh_host_dsa_key.pub | 897 | .It Pa /etc/ssh/ssh_host_dsa_key.pub |
896 | .It Pa /etc/ssh/ssh_host_ecdsa_key.pub | 898 | .It Pa /etc/ssh/ssh_host_ecdsa_key.pub |
897 | .It Pa /etc/ssh/ssh_host_rsa_key.pub | 899 | .It Pa /etc/ssh/ssh_host_rsa_key.pub |
898 | These three files contain the public parts of the host keys. | 900 | These files contain the public parts of the host keys. |
899 | These files should be world-readable but writable only by | 901 | These files should be world-readable but writable only by |
900 | root. | 902 | root. |
901 | Their contents should match the respective private parts. | 903 | Their contents should match the respective private parts. |