You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by gza <gi...@git.apache.org> on 2014/01/20 08:16:19 UTC

[dev] libcloud pull request: Issue LIBCLOUD-499: Add support for ssh_config and p...

GitHub user gza opened a pull request:

    https://github.com/apache/libcloud/pull/226

    Issue LIBCLOUD-499: Add support for ssh_config and proxycommand

    since 1.10 paramiko supports ssh_config parsing and proxycommand.
    
    Proxycommand is essential if you have a ssh gateway between you and your computes. Some big infrastructures does.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gza/libcloud LIBCLOUD-499_ssh_config_and_proxycommand

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/226.patch

----
commit 053232748853fa96712d22fa4d29651fd20c2dfa
Author: gza <gi...@zitta.fr>
Date:   2014-01-20T07:05:02Z

    Issue LIBCLOUD-499: Add support for ssh_config and proxycommand
    
    Signed-off-by: gza <gi...@zitta.fr>

----