Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
windows
2 TopicsTrouble signing git commits from docker container
I am trying to set up a Linux dev container on my Windows machine. I am using VSCode Dev Containers which is doing some SSH magic that was able to get unsigned git commits to work. However, when I try to make signed commits, I get the following error: `error: cannot run [USER_HOME_DIRECTORY]\AppData\Local\1Password\app\8\op-ssh-sign.exe: No such file or directory` I saw this this other community post of a similar nature. I tried my best to follow along by: Set `SSH_AUTH_SOCK` environment variable; this didn't have explicit instructions for Windows Remove `[gpg "ssh"]` from `.git_config` Rebuild the docker image But doing so also did not resolve the issue, instead bringing up this new error: `error: Couldn't find key in agent?` Would someone be able to help me?26Views0likes0CommentsHow to add a custom port to SSH bookmarks
I've recently discovered 1Password's support for SSH bookmarks, which is nice. However one of my servers does not use SSH port 22 but a different one. How can I add this custom port to a bookmark so that the generated SSH config file in ~/.ssh/1Password does contain the port info?20Views0likes0Comments