-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
SSHException: Channel closed #3758
Comments
@gurunath-p Did anything change in your setup or on the server? Maybe you are using separate credentials in your dvc config that got expired? Would definitely double check your config and creds. Can't put my finger or anything specific 🙁 |
@efiop spent some hours checking this...seems like the connection cannot be established, checked some issues on paramiko similar to this:
And my .dvc/config file:
|
Could you also try to open sftp connection through paramiko? If that doesn't work - something is up with paramiko. Also, you've mentioned that it used to work before. Could you downgrade to dvc 0.93.0 and see if that makes it work? |
Closing as stale. |
sftp user_name@machine_ip
.System details
DVC version: 1.0.0a0
Python version: 3.6.9
Platform: Linux-5.0.0-38-generic-x86_64-with-Ubuntu-19.04-disco
Binary: False
Package: snap
Supported remotes: azure, gdrive, gs, hdfs, http, https, s3, ssh, oss
Cache: reflink - not supported, hardlink - supported, symlink - supported
Repo: dvc, git
Error log:
Please let me know if you need more details. Any pointers on debugging my settings(if they may be wrong) would be helpful. Thanks.
The text was updated successfully, but these errors were encountered: