-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
Password for SFTP connection needs to be obscured #131
Comments
Is the password in your config file obscured? That needs to be the output of
so
|
It works, thanks! When I added the credentials in the GUI they are not hashed/encrypted. Shouldn't that be a bug? |
Yes that sounds like a bug! Can you report it in the GUI issues new issue on Github. |
Actually, I'll move this issue to the GUI project - don't make a new one! |
The associated forum post URL from
https://forum.rclone.org
n/a
What is the problem you are having with rclone?
viewing in GUI the contents of remote or viewing it using cli
rclone | 2021/05/30 16:16:39 ERROR : rc: "operations/list": error: NewFs: couldn't connect SSH: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none password], no supported methods remain
using SSH on the docker host or using Filezilla does work.
What is your rclone version (output from
rclone version
)rclone v1.56.0-beta.5530.df60e6323
Which OS you are using and how many bits (e.g. Windows 7, 64 bit)
Raspbian 64 bit with Docker and image: rclone/rclone:beta
Which cloud storage system are you using? (e.g. Google Drive)
sftp: https://www.transip.nl/stack/
https://www.transip.nl/knowledgebase/artikel/2083-sftp-voor-stack/
[stack]
type = sftp
host = ACCOUNT.stackstorage.com
pass = thisisnotmypassword
user = USERNAME@ACCOUNT
known_hosts_file = /config/rclone/ssh_known_hosts
The command you were trying to run (e.g.
rclone copy /tmp remote:tmp
)rclone tree stack:/ -vv
A log from the command with the
-vv
flag (e.g. output fromrclone -vv copy /tmp remote:tmp
)2021/05/30 16:34:15 DEBUG : rclone: Version "v1.56.0-beta.5530.df60e6323" starting with parameters ["rclone" "tree" "stack:/" "-vv"]
2021/05/30 16:34:15 DEBUG : Creating backend with remote "stack:/"
2021/05/30 16:34:15 DEBUG : Using config file from "/config/rclone/rclone.conf"
2021/05/30 16:34:16 DEBUG : pacer: low level retry 1/10 (error couldn't connect SSH: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none password], no supported methods remain)
2021/05/30 16:34:16 DEBUG : pacer: Rate limited, increasing sleep to 200ms
How to use GitHub
The text was updated successfully, but these errors were encountered: