search for: sshsk_open

Displaying 2 results from an estimated 2 matches for "sshsk_open".

Did you mean: ssh_open
2024 Dec 21
2
[PATCH 0/2] Fix Memory Management Issue in `ssh-sk-helper` with External SK Libraries
Hi, Sometimes, users might find that the `ssh-sk-helper` crashes after enrolling a new key when using external SK libraries. Currently, the memory returned by SK APIs is freed by the host, but external libraries may have their own methods of handling memory. For instance some external libraries are linked against a foreign libc statically. As a result, the `ssh-sk-helper` would have issues if
2024 Jul 04
1
Apple's SSH x OpenSSH (brew) x CTK x Security Key types
...g_recv entering debug1: start_helper: starting /usr/libexec/ssh-sk-helper debug1: process_sign: ready to sign with key ECDSA-SK, provider /usr/lib/ssh-keychain.dylib: msg len 363, compat 0x4000000 debug1: sshsk_sign: provider "/usr/lib/ssh-keychain.dylib", key ECDSA-SK, flags 0x21 debug1: sshsk_open: provider /usr/lib/ssh-keychain.dylib implements version 0x000a0000 debug1: main: reply len 63 debug3: ssh_msg_send: type 5 debug3: reap_helper: pid=11453 User presence confirmed debug3: send packet: type 50 debug3: receive packet: type 51 debug1: Authentications that can continue: publickey debug2...