Hi there,
I'm facing the following issue while using ssh as a remote for storing data on a disk station manager by Synology. Here is the error I'm getting after dvc push:
ERROR: unexpected error - Channel closed.
The same remote configuration works just fine when using a standard Desktop machine with Ubuntu 18 as a server. The DVC remote was created as follows:
dvc remote add remote-ssh ssh://<user name>@<ip address>:<path on the server>
dvc config core.remote remote-ssh
dvc remote modify remote-ssh ask_password true
Does anybody have an idea what needs to be changed in the ssh config?
Thanks in advance for any advice!
Best,
Alexey
Hi there,
I'm facing the following issue while using ssh as a remote for storing data on a disk station manager by Synology. Here is the error I'm getting after
dvc push:ERROR: unexpected error - Channel closed.The same remote configuration works just fine when using a standard Desktop machine with Ubuntu 18 as a server. The DVC remote was created as follows:
dvc remote add remote-ssh ssh://<user name>@<ip address>:<path on the server>dvc config core.remote remote-sshdvc remote modify remote-ssh ask_password trueDoes anybody have an idea what needs to be changed in the ssh config?
Thanks in advance for any advice!
Best,
Alexey