Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
4 years ago[wayland] signign failed: agent refused operation
After enabling the ssh agent (with or without the key name option) and editing ~/.ssh/config , I tried the suggested command and got the following output (without any prompt from 1password). 1passwo...
Former Member
4 years agoNope, no logs, not even in the subdirectories.
```
logs $ pwd
/home/lupolucio/.config/1Password/logs
logs $ tree
[4.0K] .
├── [4.0K] BrowserSupport
│ ├── [4.0K] KeyringHelper
│ └── [ 880] 1Password_rCURRENT.log
├── [4.0K] KeyringHelper
│ └── [ 130] 1Password_rCURRENT.log
└── [ 101] 1Password_rCURRENT.log
logs $ ssh -T mailto:git@github.com
sign_and_send_pubkey: signing failed for ED25519 "" from agent: agent refused operation
mailto:git@github.com: Permission denied (publickey).
logs $ tree
[4.0K] .
├── [4.0K] BrowserSupport
│ ├── [4.0K] KeyringHelper
│ └── [ 880] 1Password_rCURRENT.log
├── [4.0K] KeyringHelper
│ └── [ 130] 1Password_rCURRENT.log
└── [ 101] 1Password_rCURRENT.log
logs $ cat 1Password_rCURRENT.log
INFO 2022-02-22T13:38:00.466 ThreadId(6) [client:typescript] 1Password is already running, closing.
logs $ cat KeyringHelper/1Password_rCURRENT.log
INFO 2022-02-22T13:38:00.754 main(ThreadId(1)) [1P:foundation/op-linux/src/bin/keyring_helper.rs:133] initalizing keyring helper
logs $ cat BrowserSupport/1Password_rCURRENT.log
INFO 2022-02-22T13:39:58.503 main(ThreadId(1)) [1P:native-messaging/op-browser-support/src/main.rs:148] Starting 1Password-BrowserSupport 8.6.0-6.BETA production build no. 80600006.
INFO 2022-02-22T13:39:58.503 main(ThreadId(1)) [1P:native-messaging/op-browser-support/src/browser_verification/linux.rs:31] Verifying browser "/usr/lib/firefox/firefox"
INFO 2022-02-22T13:39:58.506 main(ThreadId(1)) [1P:native-messaging/op-browser-support/src/browser_verification/linux.rs:45] Browser "/usr/lib/firefox/firefox" verified successfully
INFO 2022-02-22T13:39:58.506 main(ThreadId(1)) [1P:native-messaging/op-browser-support-lib/src/communication_logic.rs:119] Starting SLS communication (attempting connection to desktop app)
INFO 2022-02-22T13:39:58.510 main(ThreadId(1)) [1P:native-messaging/op-browser-support-lib/src/communication_logic.rs:184] Connected to the desktop app
```