13 lines
275 B
Plaintext
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
|