Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166156640
D49740.id153406.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
604 B
Referenced Files
None
Subscribers
None
D49740.id153406.diff
View Options
Index: libexec/rc/rc.d/sshd
===================================================================
--- libexec/rc/rc.d/sshd
+++ libexec/rc/rc.d/sshd
@@ -21,7 +21,6 @@
extra_commands="configtest keygen reload"
: ${sshd_rsa_enable:="yes"}
-: ${sshd_dsa_enable:="no"}
: ${sshd_ecdsa_enable:="yes"}
: ${sshd_ed25519_enable:="yes"}
@@ -42,7 +41,7 @@
fi
case $alg in
- rsa|dsa|ecdsa|ed25519)
+ rsa|ecdsa|ed25519)
keyfile="/etc/ssh/ssh_host_${alg}_key"
;;
*)
@@ -68,7 +67,6 @@
sshd_keygen()
{
sshd_keygen_alg rsa
- sshd_keygen_alg dsa
sshd_keygen_alg ecdsa
sshd_keygen_alg ed25519
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 12, 11:57 PM (2 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36600133
Default Alt Text
D49740.id153406.diff (604 B)
Attached To
Mode
D49740: sshd: Retire DSA support
Attached
Detach File
Event Timeline
Log In to Comment