Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
LeoCx1000
8 months agoNew Contributor
Attempting to clone a github repository via SSH does not prompt 1p auth
❯ ssh -vT git@github.com
OpenSSH_for_Windows_9.5p1, LibreSSL 3.8.2
debug1: Reading configuration data C:\\Users\\Leonardo/.ssh/config
debug1: Connecting to github.com [140.82.121.3]...
LeoCx1000
8 months agoNew Contributor
Update
git for windows installs an ssh client, so the solution was to tell it to use the one 1P accounts for:
git config --global core.sshCommand "C:\\Windows\\System32\\OpenSSH\\ssh.exe"