[ 
https://issues.apache.org/jira/browse/LIBCLOUD-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomaz Muraus resolved LIBCLOUD-182.
-----------------------------------

    Resolution: Fixed

I've modified the code in trunk to connect to the SSH agent and look for 
private keys in ~/.ssh directory if neither 'auth' and 'ssh_key' argument is 
passed to the deploy_node method.

I will also open a new ticket for adding support for authenticating using 
password protected key files.
                
> Allow ssh_agent and/or password protected ssh keys in 'deploy_node'
> -------------------------------------------------------------------
>
>                 Key: LIBCLOUD-182
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-182
>             Project: Libcloud
>          Issue Type: Improvement
>          Components: Compute
>            Reporter: Neil Wilson
>            Assignee: Tomaz Muraus
>            Priority: Minor
>
> After getting waylaid by incorrect error messages in paramiko, it appears 
> that 'deploy_node' doesn't support either password protected ssh_keys or 
> ssh_agent keys for ssh access.
> So with key access clouds you can only use a non-password protected key that 
> is actually stored on the machine that is doing the deployment.
> ParamikoSSHClient turns off both the SSH Agent and the automatic key search 
> facility. Any particular reason why?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to