Không có giải pháp nào trong số này làm việc cho tôi trên MacOS (Sierra, High Sierra hoặc Mojave). Thêm khóa riêng của bạn vào Cài đặt FileZilla vẫn nhắc nhập mật khẩu sau khi khởi động lại.
Thêm vào như sau ~/.ssh/config
:
Host *
ForwardAgent yes
UseKeychain yes
AddKeysToAgent yes
IdentityFile ~/.ssh/id_rsa
Sau đó làm điều này trong thiết bị đầu cuối:
ssh-add -K ~/.ssh/id_rsa
Sau đó tạo tập tin này:
~ / Thư viện / LaunchAgents / local.computername.AddSSHKeysAtLogin.plist
Đặt cái này trong đó:
Dán nhãn local.mycomputername.AddSSHKeysAtLogin Chương trìnhArgument / usr / bin / ssh-add -A StandardOutPath / dev / null StandardErrorPath / dev / null RunAtLoad
Khởi động lại và bạn sẽ có thể sử dụng FileZilla mà không cần được nhắc nhập mật khẩu. Nó hoạt động!
Tôi đã có phần cuối cùng ở đây: https://blog.elao.com/en/tech/ssh-agent-does-not-automatically-load-passphês-on-the-osx-sierra-keychain/