You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Andrew Phillips <no...@github.com> on 2014/03/27 09:47:47 UTC

[jclouds] JCLOUDS-516: Add ssh agent support via sch agentproxy (#330)

Backport of https://github.com/jclouds/jclouds/pull/312
You can merge this Pull Request by running:

  git pull https://github.com/jclouds/jclouds JCLOUDS-516-1.7.x

Or you can view, comment on it, or merge it online at:

  https://github.com/jclouds/jclouds/pull/330

-- Commit Summary --

  * JCLOUDS-516: Add ssh agent support via sch agentproxy

-- File Changes --

    M compute/src/main/java/org/jclouds/compute/functions/CreateSshClientOncePortIsListeningOnNode.java (5)
    M compute/src/main/java/org/jclouds/ssh/SshClient.java (3)
    M compute/src/test/java/org/jclouds/compute/internal/BaseComputeServiceLiveTest.java (2)
    M core/src/main/java/org/jclouds/crypto/Pems.java (1)
    M core/src/main/java/org/jclouds/domain/LoginCredentials.java (10)
    M drivers/jsch/pom.xml (10)
    M drivers/jsch/src/main/java/org/jclouds/ssh/jsch/JschSshClient.java (19)
    M drivers/jsch/src/main/java/org/jclouds/ssh/jsch/SessionConnection.java (24)
    M drivers/jsch/src/main/java/org/jclouds/ssh/jsch/config/JschSshClientModule.java (21)
    M drivers/sshj/pom.xml (10)
    M drivers/sshj/src/main/java/org/jclouds/sshj/SSHClientConnection.java (52)
    M drivers/sshj/src/main/java/org/jclouds/sshj/SshjSshClient.java (17)
    M drivers/sshj/src/main/java/org/jclouds/sshj/config/SshjSshClientModule.java (23)
    M project/pom.xml (17)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/330.patch
https://github.com/jclouds/jclouds/pull/330.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/330

Re: [jclouds] JCLOUDS-516: Add ssh agent support via sch agentproxy (#330)

Posted by Andrew Phillips <no...@github.com>.
Closed #330.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/330

Re: [jclouds] JCLOUDS-516: Add ssh agent support via sch agentproxy (#330)

Posted by Andrew Phillips <no...@github.com>.
Just checking to see if the PR builders are happy...

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/330#issuecomment-38779717

Re: [jclouds] JCLOUDS-516: Add ssh agent support via sch agentproxy (#330)

Posted by Andrew Phillips <no...@github.com>.
Committed to [1.7.x](https://git-wip-us.apache.org/repos/asf?p=jclouds.git;a=commit;h=63d6d97553524598d9096234b824f1ccdedc4ccd)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/330#issuecomment-38791798

Re: [jclouds] JCLOUDS-516: Add ssh agent support via sch agentproxy (#330)

Posted by CloudBees pull request builder plugin <no...@github.com>.
[jclouds-java-7-pull-requests #1179](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/1179/) SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/330#issuecomment-38784189

Re: [jclouds] JCLOUDS-516: Add ssh agent support via sch agentproxy (#330)

Posted by Ignasi Barrera <no...@github.com>.
Looks good. Thanks @demobox!

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/330#issuecomment-38790995

Re: [jclouds] JCLOUDS-516: Add ssh agent support via sch agentproxy (#330)

Posted by CloudBees pull request builder plugin <no...@github.com>.
[jclouds-pull-requests #709](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/709/) UNSTABLE
Looks like there's a problem with this pull request

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/330#issuecomment-38783710

Re: [jclouds] JCLOUDS-516: Add ssh agent support via sch agentproxy (#330)

Posted by BuildHive <no...@github.com>.
[jclouds ยป jclouds #966](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/966/) SUCCESS
This pull request looks good
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/330#issuecomment-38790878

Re: [jclouds] JCLOUDS-516: Add ssh agent support via sch agentproxy (#330)

Posted by Andrew Phillips <no...@github.com>.
> jclouds-pull-requests #709 UNSTABLE

Spurious [test failure](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/org.apache.jclouds$jclouds-compute/709/testReport/junit/org.jclouds.compute.util/ConcurrentOpenSocketFinderTest/testChecksSocketsConcurrently/). And some new [Checkstyle errors](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/709/org.apache.jclouds.api$openstack-nova/violations/), but they're in the Nova API and unrelated to this PR.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/330#issuecomment-38785514