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 space to SSH command to fix error when using -i option #46

Merged
merged 3 commits into from
Jan 16, 2024

Conversation

wragge
Copy link
Contributor

@wragge wragge commented Jan 16, 2024

Using the -i option to supply a SSH key fails with the error 'Safety check failed - the destination does not appear to be a backup folder or drive (marker file not found).' This seems to be because of a missing space in the SSH parsing code which means that the key address and the SSH address get munged together. This pull request simply adds a space between them.

wragge and others added 3 commits January 17, 2024 09:51
Using the `-i` option to supply a SSH key fails with the error 'Safety check failed - the destination does not appear to be a backup folder or drive (marker file not found).' This seems to be because of a missing space in the SSH parsing code which means that the key address and the SSH address get munged together. This pull request simply adds a space between them.
@basnijholt
Copy link
Owner

Thanks a lot @wragge!

I made a tiny change to make the tests pass (not adding a double space when not needed).

@basnijholt basnijholt merged commit ed86e78 into basnijholt:main Jan 16, 2024
13 checks passed
@basnijholt
Copy link
Owner

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.

2 participants