Displaying 1 result from an estimated 1 matches for "usekeychain".
Did you mean:
use_keychain
2023 Jul 07
1
[Bug 3586] New: Create mechanism for vendor-specific extensions to be placed in config without breaking other platforms
...is known as Apple KeyChain, which, in addition to managing keys,
certificates, and passwords, also allows synchronization across (Apple)
hosts via iCloud.
To support integrating this capability into SSH key management, Apple
added a (proprietary) extension to the ssh config file on their
systems:
UseKeyChain {yes|no}
While I don't think OpenSSH wants to add this keyword as an ignore to
every other platform, the current behavior is that the presence of this
keyword in a .ssh/config file (or /etc/ssh/ssh_config file) breaks and
prevents the processing of the rest of said config file.
I think the id...