quorumcontrol / dgit

dgit adds decentralized ownership to git - powered by Tupelo DLT and Skynet
https://dgit.dev/
MIT License
208 stars 16 forks source link

Private key doesn't get stored in keychain when running dgit init over SSH to macOS host #34

Closed cap10morgan closed 4 years ago

cap10morgan commented 4 years ago

When I run dgit init over an SSH connection to a macOS host, it says it created a private key for me*, but when I search that machine's keychain for dgit I get no results.

Running dgit init on the same machine in a local terminal (via screenshare) works. I.e. the same messages are printed but the dgit.default key exists in the keychain afterwards.

cap10morgan commented 4 years ago

Fixed by #36 and #43.