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

Connect with Synology Diskstation for uploading audio files using rsync over SSH #10

Open
amotl opened this issue Jun 21, 2021 · 3 comments

Comments

@amotl
Copy link
Member

amotl commented Jun 21, 2021

Hi there,

at [1], @MKO1640 outlined some problems connecting to his Synology Diskstation using rsync with SSH key-based authentication.

With kind regards,
Andreas.

[1] https://community.hiveeyes.org/t/system-fur-kontinuierliche-audio-aufzeichnung-bob-projekt-phase-2/4048/11

@amotl
Copy link
Member Author

amotl commented Jun 21, 2021

In general, storing SSH passwords in plain text is considered very insecure. In turn, ssh does not provide such an option on its own.

However, those resources talk about the sshpass program which might still enable supplying the password to an SSH invocation in plaintext, in order to work around this.

Those resources, however, describe how to configure a Synology NAS to use SSH key-based authentication.

I believe following the second option would be the most promising way, because it a) will retain security by following general best practices and b) will not need any adjustments to the code of Saraswati.

Please let us know if this works for you, @MKO1640.

@amotl amotl changed the title Connect with Synology Diskstation for uploading audio files Connect with Synology Diskstation for uploading audio files using rsync over SSH Jun 21, 2021
@amotl
Copy link
Member Author

amotl commented Jun 25, 2021

Hi again,

according to [1], I think @MKO1640 has been successful with this procedure, right? If so, I believe we can close this ticket.

With kind regards,
Andreas.

[1] https://community.hiveeyes.org/t/installation-von-saraswati-auf-einem-industrie-pc-mit-upload-auf-synology-nas/4048/28

@MKO1640
Copy link
Contributor

MKO1640 commented Jul 25, 2021

Yes it was successful. I also think we can close it.
With kind regards,
Michael

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

No branches or pull requests

2 participants