Changes between Version 2 and Version 3 of Ticket #13049
- Timestamp:
- Jan 29, 2024, 12:58:37 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13049 – Description
v2 v3 24 24 25 25 Edit 1: 26 26 27 I've found that the actual reason for FileZilla failing to use the keys loaded in ssh-agent is that FileZilla starts its own ssh-agent process with its own socket instead of using the default one where the keys are loaded. The default socket location is in a temporary directory /var/folders/sm/4bt9kz951dg4s5kq1jwy57tc0000gn/T//ssh-nWola5Puaw6o/agent.2855, and when I try to use SFTP via FileZilla, it creates its own at /private/tmp/com.apple.launchd.YiC62e7kHT/Listeners. 27 28 28 Update:29 Edit 2: 29 30 30 31 I use ohmyzsh with a couple common plugins. I found out I had the ssh-agent plugin enabled. After disabling it, it stopped asking me for passphrase, but also ssh-agent doesn't get started when I open my terminal. When I add my keys it doesn't ask me for a passphrase, which by itself is what I would expect, based on my config. I am still not sure what caused the bad passhphrase error though.