Hi guys,
Doing something slightly unconventional - running this on Windows. I already resolved one issue (subprocess.run needs shell=True added or it fails to load files. However, now I'm having issues with key format. I've uploaded my private key and the file name as described, but unfortunately I'm getting this error:
DEBUG:root:Running ssh-add
Error loading key "(stdin)": invalid format
WARNING:root:Could not add key to the SSH agent
It appears it fails somewhere in the subprocess.run for SSH add, maybe the input? I'm not sure the best thing to look for to debug this problem. Any thoughts or direction would be appreciated!
Thanks,
Brandin.
Hi guys,
Doing something slightly unconventional - running this on Windows. I already resolved one issue (
subprocess.runneedsshell=Trueadded or it fails to load files. However, now I'm having issues with key format. I've uploaded my private key and the file name as described, but unfortunately I'm getting this error:It appears it fails somewhere in the
subprocess.runfor SSH add, maybe theinput? I'm not sure the best thing to look for to debug this problem. Any thoughts or direction would be appreciated!Thanks,
Brandin.