Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Svetlozar
4 years agoNew Contributor
Git Bash and 1Password SSH not working
I've setup 1Password (the app and the extension) on a newly installed Windows 11 Pro. When attempting to do anything related to my SSH keys from within Git Bash I keep getting git@github.com: Permis...
Svetlozar
4 years agoNew Contributor
Hi, thank you for your response!
After trying:
The entire log from today looked like the following:
! INFO 2022-06-10T12:30:53.852 ThreadId(34) [client:typescript] Client starting.
! INFO 2022-06-10T12:30:53.884 tokio-runtime-worker(ThreadId(3)) [1P:native-messaging\op-native-core-integration\src\lib.rs:281] Starting IPC listener on 1Password-BrowserSupport
! INFO 2022-06-10T12:30:53.884 tokio-runtime-worker(ThreadId(3)) [1P:native-messaging\op-native-core-integration\src\lib.rs:293] Active native core integration is awaiting messages
! INFO 2022-06-10T12:30:53.884 ThreadId(34) [1P:op-localization\src\lib.rs:234] system locale detected as 'en-GB'
! INFO 2022-06-10T12:30:53.884 ThreadId(34) [1P:op-localization\src\lib.rs:260] selected translations for EN_US based on detected locale en-GB
! INFO 2022-06-10T12:30:53.893 ThreadId(34) [status:op-app\src\app.rs:325] App::new(1Password for Windows/80701002 (EN_US), C:\Users\$USER\AppData\Local\1Password\1password.sqlite)
! INFO 2022-06-10T12:30:53.894 ThreadId(34) [1P:op-db\src\db.rs:120] Starting DB at version: 24
! INFO 2022-06-10T12:30:53.894 op_executor:invocation_loop(ThreadId(38)) [1P:foundation\op-install\src\windows\nmh_registration.rs:78] Installed BrowserSupport manifest for chrome extension
! INFO 2022-06-10T12:30:53.894 op_executor:invocation_loop(ThreadId(38)) [1P:foundation\op-install\src\windows\nmh_registration.rs:97] Installed BrowserSupport manifest for firefox extension
! INFO 2022-06-10T12:30:53.894 op_executor:invocation_loop(ThreadId(38)) [1P:foundation\op-install\src\windows\nmh_registration.rs:116] Installed BrowserSupport manifest for edge extension
! INFO 2022-06-10T12:30:53.959 tokio-runtime-worker(ThreadId(5)) [1P:ssh\op-agent-controller\src\desktop.rs:311] SSH Agent has started.
! INFO 2022-06-10T12:30:59.853 tokio-runtime-worker(ThreadId(30)) [1P:op-data-layer\src\load.rs:136] loaded 258 items in 9 vaults for account: ZB6IMDWX35FHRG47SVBFXA3RSE
! INFO 2022-06-10T12:30:59.855 tokio-runtime-worker(ThreadId(30)) [1P:data\op-search-weights\src\lib.rs:66] Search weights loaded for account with 2 entries (94 bytes total)
! INFO 2022-06-10T12:30:59.855 op_executor:invocation_loop(ThreadId(38)) [1P:op-app\src\app\backend\unlock.rs:83] Lock state changed: Unlocked
! INFO 2022-06-10T12:31:00.821 tokio-runtime-worker(ThreadId(25)) [1P:op-syncer\src\sync_job.rs:285] synced account ZB6IMDWX35FHRG47SVBFXA3RSE (0.1326503s)
! INFO 2022-06-10T12:31:00.821 tokio-runtime-worker(ThreadId(25)) [1P:op-data-layer\src\file.rs:597] find_and_complete_pending_uploads: 'ZB6IMDWX35FHRG47SVBFXA3RSE'
! INFO 2022-06-10T12:31:01.109 tokio-runtime-worker(ThreadId(32)) [1P:op-data-layer\src\sync.rs:529] The B5 Notifier for (ZB6IMDWX35FHRG47SVBFXA3RSE) has connected, now monitoring for events.
! INFO 2022-06-10T12:31:24.267 tokio-runtime-worker(ThreadId(3)) [status:op-app\src\app\backend\updater.rs:206] No Production updates found for 80701002
! INFO 2022-06-10T12:32:23.455 tokio-runtime-worker(ThreadId(5)) [1P:native-messaging\op-native-core-integration\src\lib.rs:305] Extension connecting.
! INFO 2022-06-10T12:32:23.455 tokio-runtime-worker(ThreadId(5)) [1P:native-messaging\op-native-core-integration\src\lib.rs:307] Extension connection accepted.
Same commands in PowerShell worked just fine:
```
PS C:\Users\Svetlozar> ssh-add -l
256 SHA256:T885rgjU7HitHw+REDACTED/bY GitHub SSH Key (ED25519)
PS C:\Users\Svetlozar> ssh -T mailto:git@github.com
Hi REDACTED! You've successfully authenticated, but GitHub does not provide shell access.
```
Nothing additional was added to the log. I can also see 1Password does start its SSH agent. I've also tried turning off the agent entirely (from 1Password's settings) and go through the setup process again with the same result (does not work in Git Bash but it works in PowerShell and CMD).