Displaying 2 results from an estimated 2 matches for "sk_probe".
Did you mean:
sd_probe
2023 Dec 17
0
How to set/specify an SK Device (Path) in ssh_config?
...SK
SHA256:HixXHmVbrCZRxWUXIDOZF50VAIf/cVESDcBZsKSWcro
debug1: start_helper: starting /usr/lib/ssh/ssh-sk-helper
debug1: process_sign: ready to sign with key ECDSA-SK, provider
internal: msg len 360, compat 0x4000000
debug1: sshsk_sign: provider "internal", key ECDSA-SK, flags 0x25
debug1: sk_probe: 2 device(s) detected
debug1: sk_probe: selecting sk by touch
debug1: sk_touch_poll: polling /dev/hidraw7
debug1: sk_touch_poll: polling /dev/hidraw5
...
debug1: sk_touch_poll: polling /dev/hidraw7
debug1: sk_touch_poll: polling /dev/hidraw5
debug1: check_sk_options: option uv is unknown
debug1: ss...
2024 Jul 04
1
Apple's SSH x OpenSSH (brew) x CTK x Security Key types
...n.dylib
ssh -i ecdsa_sk_rk user at example.com <mailto:user at example.com>
does not work with homebrew:
debug1: process_sign: ready to sign with key ECDSA-SK, provider internal: msg len 363, compat 0x4000000
debug1: sshsk_sign: provider "internal", key ECDSA-SK, flags 0x21
debug1: sk_probe: 0 device(s) detected
It looks like SSH_SK_PROVIDER is not passed to the ssh-sk-helper or it doesn?t use it in brew version? (Is there some sort of whitelist of allowed library paths like for ssh-agent?)
I didn?t actually bother with passing it to global environment (I expect it to both work witho...