Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-5363

SSH password are not ciphered in Hudson's config.xml

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • ssh-slaves-plugin
    • None

      Passwords used for SSH slaves are not ciphered in Hudson's config.xml:

      config.xml
      ...
        <slaves>
          <slave>
            <name>a</name>
            <description></description>
            <remoteFS></remoteFS>
            <numExecutors>1</numExecutors>
            <mode>NORMAL</mode>
            <retentionStrategy class="hudson.slaves.RetentionStrategy$Always"/>
            <launcher class="hudson.plugins.sshslaves.SSHLauncher">
              <host>a</host>
              <port>22</port>
              <username>a</username>
              <password>iamnotciphered</password>
              <privatekey></privatekey>
              <jvmOptions></jvmOptions>
            </launcher>
            <label></label>
            <nodeProperties/>
          </slave>
        </slaves>
      ...
      

            stephenconnolly Stephen Connolly
            rseguy Romain Seguy
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: