mono/packages/vfs/ref-rclone/rclone-examples/sftp.conf

13 lines
275 B
Plaintext

# SFTP configuration example
[sftp-remote]
type = sftp
host = example.com
user = username
port = 22
# Choose one authentication method:
# Password authentication
pass = your_password_here
# OR SSH key authentication
#kee_file = /path/to/your/id_rsa
disable_hashcheck = false