We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried sudo ./buttersink.py /mnt/masa/snapshots/ ssh://ceremcem@localhost:4422/mnt/zencefil-root/snapshots/ but it doesn't work as expected:
sudo ./buttersink.py /mnt/masa/snapshots/ ssh://ceremcem@localhost:4422/mnt/zencefil-root/snapshots/
ssh: Could not resolve hostname localhost:4422: Name or service not known ERROR: Fatal remote ssh server error.
Similarly, can't we use .ssh/config for the connection parameters?
.ssh/config
The text was updated successfully, but these errors were encountered:
buttersink uses system ssh by running it as a subprocess.
buttersink
ssh
Please try to edit /root/.ssh/config on the host you are running buttersink.
/root/.ssh/config
Sorry, something went wrong.
No branches or pull requests
I tried
sudo ./buttersink.py /mnt/masa/snapshots/ ssh://ceremcem@localhost:4422/mnt/zencefil-root/snapshots/
but it doesn't work as expected:Similarly, can't we use
.ssh/config
for the connection parameters?The text was updated successfully, but these errors were encountered: