Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for SSH-agent via pipes or TCP #28

Open
cipriancraciun opened this issue Jan 10, 2024 · 0 comments
Open

Add support for SSH-agent via pipes or TCP #28

cipriancraciun opened this issue Jan 10, 2024 · 0 comments

Comments

@cipriancraciun
Copy link
Member

At the moment the SSH-agent code (mainly zt-exchange tool) allows the agent to be contacted only via a UNIX domain socket. However, it might also be useful to add support for:

  • explicit TCP connection socket; (TLS would be a plus;)
  • explicit file-descriptor for both ways communication; (any kind of socket connection;)
  • explicit file-descriptor-pairs, one for reading, one for writing; (like for example when a sub-process is used to provide the access to the agent;)
  • explicit command to be run (that uses the previously mentioned option);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant