summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-07-03 03:49:45 +0000
committerDamien Miller <djm@mindrot.org>2015-07-15 15:36:02 +1000
commit933935ce8d093996c34d7efa4d59113163080680 (patch)
tree7c2df1bfff8ab967e52436d649a420fc20ba80c6 /sshd_config.5
parentbdfd29f60b74f3e678297269dc6247a5699583c1 (diff)
upstream commit
refuse to generate or accept RSA keys smaller than 1024 bits; feedback and ok dtucker@ Upstream-ID: 7ea3d31271366ba264f06e34a3539bf1ac30f0ba
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.56
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 5ab431890..edd4cc9b9 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -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_config.5,v 1.204 2015/06/05 03:44:14 djm Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.205 2015/07/03 03:49:45 djm Exp $
37.Dd $Mdocdate: June 5 2015 $ 37.Dd $Mdocdate: July 3 2015 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -1343,7 +1343,7 @@ The default is
1343This option applies to protocol version 1 only. 1343This option applies to protocol version 1 only.
1344.It Cm ServerKeyBits 1344.It Cm ServerKeyBits
1345Defines the number of bits in the ephemeral protocol version 1 server key. 1345Defines the number of bits in the ephemeral protocol version 1 server key.
1346The minimum value is 512, and the default is 1024. 1346The default and minimum value is 1024.
1347.It Cm StreamLocalBindMask 1347.It Cm StreamLocalBindMask
1348Sets the octal file creation mode mask 1348Sets the octal file creation mode mask
1349.Pq umask 1349.Pq umask