-
Notifications
You must be signed in to change notification settings - Fork 2k
SSH key forwarding #72
Copy link
Copy link
Closed
Description
Description
Paramiko doesn't support this feature yet. Either add it to Paramiko/our fork of Paramiko, or do some horrible workaround like a subprocess doing ssh -A -N <env.host_string> (if that would even work correctly -- would the key forwarded by that connection be usable by a Paramiko connection?)
See also this LincolnLoop blog post which uses a "route stuff through local()" approach. Not a panacea (doesn't mesh with actual execution strategy; won't pick up any of the context managers like cd(); etc) but still worth investigating as a temporary workaround.
Originally submitted by Jeff Forcier (bitprophet) on 2009-10-25 at 07:05pm EDT
Relations
- Related to Once Git can be used, update tutorial to use it. #73: Once Git can be used, update tutorial to use it.
- Related to Paramiko doesn't support Kerberos #195: Paramiko doesn't support Kerberos
- Related to Make use of ssh_config where possible #3: Make use of ssh_config where possible
- Related to Consider forking Paramiko #275: Consider forking Paramiko
Reactions are currently unavailable