Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
Description
JENKINS-30749 turned off the JNLP port by default, but not SSHD. It is still enabled (on a random port).
We should
- make SSHD be disabled by default
- move its configuration to /configureSecurity
Attachments
Issue Links
- is blocking
-
JENKINS-30749 Jenkins should be secure out of the box by default
-
- Resolved
-
- relates to
-
JENKINS-41745 Remoting-free CLI
-
- Resolved
-
- links to
Code changed in jenkins
User: Jesse Glick
Path:
src/main/java/org/jenkinsci/main/modules/sshd/SSHD.java
http://jenkins-ci.org/commit/sshd-module/e9d1a5061a9d596ebedb0366d50276ad5c7c6023
Log:
[FIXED JENKINS-33595] Disable SSHD port by default.