-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support OpenSSH 8.9 destination contraints. #296
Comments
I think the currently prefered way of setting up this behavior would be this: I think it would be incredibly useful if we could specify username@server combinations for each ssh key in their respective config instead of this somewhat tedious process |
It would be a good idea to check out the new ssh-add functionality coming in OpenSSH 8.9, it will support this workflow.
Could an implementer investigate this, and coordinate with keepassxreboot/keepassxc#1721? |
support for destination constraints has been added in https://github.com/dlech/KeeAgent/releases/tag/v0.13.1 |
Hi,
I just set up putty with KeePass/KeeAgent to log in to my server box. All works fine except this on little thing: I have several users with each having their own keys plus my administrative account (root). As an Administrator I have all those user-keys in my KeePass database and profiles for each user account with their respective user-ID configured in putty.
Is there an easy way to tell KeeAgent the user-ID from putty so that the agent returns immediatly the appropriate key instead of giving me the list of keys to select the appropriate one manually?
(Sometimes I want to act as the user instead of being administrator. I know I could su)
The text was updated successfully, but these errors were encountered: