search for: smartcard_forwarding

Displaying 1 result from an estimated 1 matches for "smartcard_forwarding".

2017 Jul 10
1
[Bug 2740] New: provide a way of forwarding a Unix-domain socket to user's runtime (home) directory
...use-cases: - gpg-agent forwarding uses this syntax: RemoteForward /home/<user>/.gnupg/S.gpg-agent /home/<user>/.gnupg/S.gpg-agent.extra https://wiki.gnupg.org/AgentForwarding - smart card forwarding with p11-kit uses /run/user/$UID/p11-kit https://fosdem.org/2017/schedule/event/smartcard_forwarding/ On the mailing list, it was suggested to call a remote script to determine the path instead of letting sshd resolve the path. However, although the approach could be more flexible, it requires extra complexity in the client implementation due to the additional round-trip. -- You are receiving...