I tried reading the file with Get-Content and looped through each line and tried to ConvertTo-SecureString and then append that to a new file but that didn't work. Tried downloading a PGP module but that tells me it can't work with the string data. I am at a loss. I would apprecia...
It seems like ssh.exe cannot use gpg-agent.exe since the latter is storing socket info in S.gpg-agent.ssh file and you expect it to be named pipe. Are there any guidelines how to use ssh.exe and my authentication GPG key stored on smartc...