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

Offer custom SSH options. #2033

Open
mirisbowring opened this issue Jul 6, 2024 · 0 comments
Open

Offer custom SSH options. #2033

mirisbowring opened this issue Jul 6, 2024 · 0 comments
Labels
type:enhancement Improvement of an existing function

Comments

@mirisbowring
Copy link

The problem

I backup multiple repos with different SSH Keys to my Server. I am using SSH forced Commands to map specific repositories to specific keys.
Now, If I have e.g. 2 Repositories and 2 Keys for my current Machine, the second Backup always fails with "Path not allowed".

The Reason is, that SSH (even with the -i Option enabled) uses the first key it finds in .ssh folder.

Requested Solution

A User on StackExchange proposed a working solution by using additional custom SSH arguments.

https://superuser.com/a/1777452

This may be not the case for anybody which is why i would like to have an option (similar to the custom borg args) to specifiy additional SSH options.

Alternatives

Additional context

@shivansh02 shivansh02 added the type:enhancement Improvement of an existing function label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement Improvement of an existing function
Projects
None yet
Development

No branches or pull requests

2 participants