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 NewSSHSessionForExternalClient for managing ssh client externally #125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thebinary
Copy link

This enables user to initiate and manage (including closing) of ssh client externally.
This enables transport session to reuse external ssh client for multiple sessions.

closes #124

This enables user to initiate and manage (including closing)
of ssh client externally.
This enables transport session to reuse external ssh client for
multiple sessions.
@thebinary thebinary changed the title add NewSSHSessionForExternalClient for transport_ssh add NewSSHSessionForExternalClient for managing ssh client externally Oct 24, 2024
@nemith
Copy link
Collaborator

nemith commented Oct 24, 2024

This package is largely unmaintained. Can you look at https://github.com/nemith/netconf which is my way to make up for the sins in this package. The functionality you want is there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

reuse ssh client for multiple sessions
2 participants