Maddes

Results 66 comments of Maddes

Have you verified that OpenSSH's `ssh-add` provides this feature to prolong the key's lifetime? And if so how does it work? Then it may be added to `ssh-ident`.

`ssh-ident` can only support the features that `ssh-agent`/`ssh-add` provides. You should create a feature request at OpenSSH.

Please have a look at the fork at https://github.com/ssh-ident/ssh-ident1, just added a workaround that should fit Python 2.x, 3.x and also 3.10+ with deprecation warnings and even Python 3.12+ without...

Hi kevinr, is this still the latest patch for DISPLAY and SSH_ASKPASS, or did you experience other issues after posting it here? Would like to introduce them into the fork...

My actual idea when I saw that topic was: why not make the usage of `-i` optional. Would passing the complete environment cause other issue?

Accessing the ssh-agent of an identity can be done by just sourcing the related environment file of the wanted identity. Same as using pure ssh-agent where you also have to...

Have a look at my fork at https://github.com/ssh-ident/ssh-ident1 There I extended ssh-ident to recognize ssh-agent/ssh-add and add a virtual paramter `-i `

Intention is to go for a ssh-ident3. Still have to settle the development structure. It will be developed under GitHub organization 'ssh-ident' to allow building a team.

Moved to https://github.com/ssh-ident/ssh-ident1 SSH_ADD_OPTIONS got a little bit more advanced.

Updated fork: ``` Add virtual parameter -I (uppercase) for ssh-agent and ssh-add to also load keys * For ssh-add/ssh-agent add first virtual parameter -I (uppercase) which also loads keys *...