You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@codehaus.org> on 2013/05/08 22:20:53 UTC

[jira] (WAGON-323) CLONE -keyboard-interactive method is used even when password is supplied

     [ https://jira.codehaus.org/browse/WAGON-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte updated WAGON-323:
---------------------------------

    Description: 
Starting from {{2.0.10-RC8}} deploy (with ssh and password) started to fail - I'm getting:

{noformat}
[DEBUG] Connecting to repository: 'repo.sandsli.dnb.no' with url: 'scp://repo.sandsli.dnb.no/dnb/data/proximity/inhouse.snapshot/storage'.
Keyboard interactive required, supplied password is ignored
{noformat}

event though the pw is in {{settings.xml}}:

With help from Brett this was added:
{code:xml}
<build>
    <extensions>
      <extension>
        <groupId>org.apache.maven.wagon</groupId>
        <artifactId>wagon-ssh</artifactId>
        <version>1.0-beta-2</version>
      </extension>
    </extensions>
{code}
which resolved the case.


Fragment from {{settings.xml}}:
{code:xml}
 <servers>
    <server>
      <username>MyUser</username>
      <password>MySecret</password>
      <filePermissions>777</filePermissions>
      <directoryPermissions>777</directoryPermissions>
      <id>repo.sandsli.dnb.no</id>
    </server>
{code}

Fragment from {{pom.xml}}:
{code:xml}
 <distributionManagement>
    <repository>
      <id>repo.sandsli.dnb.no</id>
      <name>DnBNOR Felles Repository</name>
      <url>scp://repo.sandsli.dnb.no/dnb/data/proximity/inhouse/storage</url>
    </repository>
    <snapshotRepository>
      <id>repo.sandsli.dnb.no</id>
      <name>DnBNOR Felles Snapshot Repository</name>
      <url>scp://repo.sandsli.dnb.no/dnb/data/proximity/inhouse.snapshot/storage</url>
    </snapshotRepository>
    <site>
      <id>repo.sandsli.dnb.no</id>
      <url>scp://repo.sandsli.dnb.no/dnb/prosess/prosjektdok/no.dnbnor.websphere-1.3-SNAPSHOT/websphere-testenvironment</url>
    </site>
  </distributionManagement>
{code}

  was:
Starting from 2.0.10-RC8 deploy (with ssh and password) started to fail - I'm getting:

[DEBUG] Connecting to repository: 'repo.sandsli.dnb.no' with url: 'scp://repo.sandsli.dnb.no/dnb/data/proximity/inhouse.snapshot/storage'.
Keyboard interactive required, supplied password is ignored

event though the pw is in settings.xml:

With help from Brett this was added:

<build>
    <extensions>
      <extension>
        <groupId>org.apache.maven.wagon</groupId>
        <artifactId>wagon-ssh</artifactId>
        <version>1.0-beta-2</version>
      </extension>
    </extensions>

which resolved the case.


Fragment from settings.xml:

 <servers>
    <server>
      <username>MyUser</username>
      <password>MySecret</password>
      <filePermissions>777</filePermissions>
      <directoryPermissions>777</directoryPermissions>
      <id>repo.sandsli.dnb.no</id>
    </server>


Fragment from pom.xml:
 <distributionManagement>
    <repository>
      <id>repo.sandsli.dnb.no</id>
      <name>DnBNOR Felles Repository</name>
      <url>scp://repo.sandsli.dnb.no/dnb/data/proximity/inhouse/storage</url>
    </repository>
    <snapshotRepository>
      <id>repo.sandsli.dnb.no</id>
      <name>DnBNOR Felles Snapshot Repository</name>
      <url>scp://repo.sandsli.dnb.no/dnb/data/proximity/inhouse.snapshot/storage</url>
    </snapshotRepository>
    <site>
      <id>repo.sandsli.dnb.no</id>
      <url>scp://repo.sandsli.dnb.no/dnb/prosess/prosjektdok/no.dnbnor.websphere-1.3-SNAPSHOT/websphere-testenvironment</url>
    </site>
  </distributionManagement>


    
> CLONE -keyboard-interactive method is used even when password is supplied
> -------------------------------------------------------------------------
>
>                 Key: WAGON-323
>                 URL: https://jira.codehaus.org/browse/WAGON-323
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-ssh
>    Affects Versions: 1.0-beta-4
>         Environment: Maven version: 2.0.10-RC8
> Java version: 1.5.0_13
> Default locale: en_US, platform encoding: ISO8859-1
> OS name: "sunos" version: "5.10" arch: "sparc" family: "unix"
>            Reporter: Bernd Vogt
>            Assignee: Brett Porter
>             Fix For: 1.0-beta-5
>
>
> Starting from {{2.0.10-RC8}} deploy (with ssh and password) started to fail - I'm getting:
> {noformat}
> [DEBUG] Connecting to repository: 'repo.sandsli.dnb.no' with url: 'scp://repo.sandsli.dnb.no/dnb/data/proximity/inhouse.snapshot/storage'.
> Keyboard interactive required, supplied password is ignored
> {noformat}
> event though the pw is in {{settings.xml}}:
> With help from Brett this was added:
> {code:xml}
> <build>
>     <extensions>
>       <extension>
>         <groupId>org.apache.maven.wagon</groupId>
>         <artifactId>wagon-ssh</artifactId>
>         <version>1.0-beta-2</version>
>       </extension>
>     </extensions>
> {code}
> which resolved the case.
> Fragment from {{settings.xml}}:
> {code:xml}
>  <servers>
>     <server>
>       <username>MyUser</username>
>       <password>MySecret</password>
>       <filePermissions>777</filePermissions>
>       <directoryPermissions>777</directoryPermissions>
>       <id>repo.sandsli.dnb.no</id>
>     </server>
> {code}
> Fragment from {{pom.xml}}:
> {code:xml}
>  <distributionManagement>
>     <repository>
>       <id>repo.sandsli.dnb.no</id>
>       <name>DnBNOR Felles Repository</name>
>       <url>scp://repo.sandsli.dnb.no/dnb/data/proximity/inhouse/storage</url>
>     </repository>
>     <snapshotRepository>
>       <id>repo.sandsli.dnb.no</id>
>       <name>DnBNOR Felles Snapshot Repository</name>
>       <url>scp://repo.sandsli.dnb.no/dnb/data/proximity/inhouse.snapshot/storage</url>
>     </snapshotRepository>
>     <site>
>       <id>repo.sandsli.dnb.no</id>
>       <url>scp://repo.sandsli.dnb.no/dnb/prosess/prosjektdok/no.dnbnor.websphere-1.3-SNAPSHOT/websphere-testenvironment</url>
>     </site>
>   </distributionManagement>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira