Changes between Initial Version and Version 1 of Ticket #18758, comment 6
- Timestamp:
- Nov 6, 2024, 7:46:02 PM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18758, comment 6
initial v1 1 I use [https://depot.haiku-os.org/ /keychain keychain] to manage the ssh-agent process. The package should be set up to run automatically for shells but I have changed the UserSetupEnvironment script in order to be available to apps launched via Tracker. With this in place, I can launch KeePassXC using QuickLaunch and then KeePassXC will insert ssh keys from my database into the ssh-agent. From there I can user other apps which need the keys, such as GittyUp.1 I use [https://depot.haiku-os.org/keychain keychain] to manage the ssh-agent process. The package should be set up to run automatically for shells but I have changed the UserSetupEnvironment script in order to be available to apps launched via Tracker. With this in place, I can launch KeePassXC using QuickLaunch and then KeePassXC will insert ssh keys from my database into the ssh-agent. From there I can user other apps which need the keys, such as GittyUp. 2 2 3 3 From my ~/config/settings/boot/UserSetupEnvironment ...