Claus Lensbøl
Claus Lensbøl
I made a quick branch to test the `SSH_AUTH_SOCK`: https://github.com/cmol/QtPass/tree/ssh_testing https://github.com/cmol/QtPass/commit/7be4d7cec69f606717b7aa2ff58b0f2da7f21b38
It seems like it would be possible on OSX to pick up the agent with `launchctl getenv SSH_AUTH_SOCK`. https://www.packetmischief.ca/2016/09/06/ssh-agent-on-os-x/ I'm wondering if OSX issues stem from people not using the...
> > I made a quick branch to test the `SSH_AUTH_SOCK`: https://github.com/cmol/QtPass/tree/ssh_testing > > [cmol@7be4d7c](https://github.com/cmol/QtPass/commit/7be4d7cec69f606717b7aa2ff58b0f2da7f21b38) > > Tested on my ubuntu machine and I do not see the status message...
> > > > I made a quick branch to test the `SSH_AUTH_SOCK`: https://github.com/cmol/QtPass/tree/ssh_testing > > > > [cmol@7be4d7c](https://github.com/cmol/QtPass/commit/7be4d7cec69f606717b7aa2ff58b0f2da7f21b38) > > > > > > > > > Tested on...
> for me personally, I use my GPG keys to supply my ssh keys. This is because I use yubikeys to hold my GPG key, which I then have gpg-agent...
I never launch QtPass from the terminal, always via Alt+F2. How are you exporting your `SSH_AUTH_SOCK`?
I think it depends on your `SSH_AUTH_SOCK`. So if you're used to having the passwords for ssh being typed in the terminal, then I'd guess QtPass have no way of...
@giovi321 Not really no. Is you ssh key added when you run the commands above or what are the results?
@giovi321 And nothing happens in the terminal when you're trying to push or pull?
@giovi321 And you do not get prompted for a passphrase in the terminal either? What happens if you just run the two ssh commands? Do you get prompted for your...