Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
4 years agoGitHub SSH signing error: The system cannot find the file specified
Hello!
I'm getting this error when trying to use ssh signing:
error: Error: AppError { error: Os { code: 2, kind: NotFound, message: "The system cannot find the file specified." }, location: Lo...
Former Member
4 years agoHey @cubanx thanks for the post! Just to double check, have you https://developer.1password.com/docs/ssh/manage-keys/ in a private vault in 1Password, and then registered it with GitHub? You can find more information on that https://developer.1password.com/docs/ssh/git-commit-signing.
One other thing that would help ensure you are on the right path is if you can authenticate using the key stored in 1Password. With the public key added to GitHub as an Authentication key, you should be able to run:
ssh -T git@github.com
And be able to successfully authenticate using 1Password.