Changes between Initial Version and Version 1 of Ticket #19481


Ignore:
Timestamp:
Apr 29, 2009, 9:25:35 AM (15 years ago)
Author:
raimue (Rainer Müller)
Comment:

I assume you mean openssh instead of openssl?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19481

    • Property Keywords openssh removed
    • Property Owner changed from macports-tickets@… to jwa@…
    • Property Port openssh added
    • Property Summary changed from openssl: integration with OS X keychain broken to openssh: integration with OS X keychain broken
  • Ticket #19481 – Description

    initial v1  
    1 It appears that one of the more recent updates of openssl has broken its integration with the OS X keychain.  My SSH keys that are in the OS X keychain are no longer added to the ssh-agent.
     1It appears that one of the more recent updates of openssh has broken its integration with the OS X keychain.  My SSH keys that are in the OS X keychain are no longer added to the ssh-agent.
    22
    3 Running `eval "$(/usr/bin/ssh-agent)"` and then `ssh-add -l` *does* show my keys as added to the agent, so the OS X provided openssl has no issues talking to my keychain.
     3Running `eval "$(/usr/bin/ssh-agent)"` and then `ssh-add -l` *does* show my keys as added to the agent, so the OS X provided openssh has no issues talking to my keychain.
    44
    5 That makes macports' openssl rather useless for me.
     5That makes macports' openssh rather useless for me.
    66
    77This issue is reminiscent of another open ticket on sysutils/screen which also causes problems with interaction between CLI applications and the OS X keychain (and other OS X utilities such as pbcopy/pbpaste): #18235