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

[feat] use a single (go) ssh connection per server combined with unix sockets #8

Merged
merged 3 commits into from
Apr 24, 2024

Conversation

DavyLandman
Copy link
Member

fixes #6

Now everything uses golang, no need to setup agents etc.

internal/ssh/connection.go Fixed Show fixed Hide fixed
@DavyLandman DavyLandman changed the title Rewrote everything so that is uses unix sockets and the golang ssh library [feat] use a single (go) ssh connection per server combined with unix sockets Apr 24, 2024
@DavyLandman DavyLandman added the enhancement New feature or request label Apr 24, 2024
@DavyLandman DavyLandman merged commit 48f18f6 into main Apr 24, 2024
4 checks passed
@DavyLandman DavyLandman deleted the feature/use-golang-ssh-only branch April 24, 2024 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace ssh calls of borgbackup with golang ssh sockets & forward to unix socket
1 participant