ktbyers / scp_sidecar

Ansible modules using SCP and SSH to transfer files to network devices
Apache License 2.0
24 stars 13 forks source link

Add support for private keys #12

Closed ghmj2417 closed 4 years ago

ghmj2417 commented 8 years ago

Added support to be able to pass in a private key file. Modified cisco_file_transfer.py to support this feature. I successfully transferred a file with this feature by connecting to a Cisco router using a private key as well as I made sure a username and password would still continue to work.

Let me know if there are any issues with my changes.

ghmj2417 commented 8 years ago

Kirk, are you able to review this change?

ktbyers commented 4 years ago

I guess the answer to that question was no :-)