Marco Ricci commited on 2026-01-18 14:14:04
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
Pageant is a good *fallback* native socket provider, but a bad *preferred* native socket provider, because the address is not configurable. Using `ssh_auth_sock_on_the_annoying_os` as the preferred native socker provider instead allows the user to easily change the agent to talk to by switching out environment variables.
| ... | ... |
@@ -968,7 +968,7 @@ SocketProvider.registry.update({
|
| 968 | 968 |
"posix": "ssh_auth_sock_on_posix", |
| 969 | 969 |
"ssh_auth_sock": "ssh_auth_sock_on_posix", |
| 970 | 970 |
"unix_domain": "ssh_auth_sock_on_posix", |
| 971 |
- "the_annoying_os": "pageant_on_the_annoying_os", |
|
| 971 |
+ "the_annoying_os": "ssh_auth_sock_on_the_annoying_os", |
|
| 972 | 972 |
"the_annoying_os_named_pipe": "the_annoying_os", |
| 973 | 973 |
"windows": "the_annoying_os", |
| 974 | 974 |
"windows_named_pipe": "the_annoying_os", |
| 975 | 975 |