7f5ee5d81f
Version v1.54.0
2021-02-02 14:17:09 +00:00
e4a87f772f
docs: spelling: e.g.
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
6dc28ef50a
sftp: Allow user to optionally check server hosts key to add security
...
Based on Issue 4087
https://github.com/rclone/rclone/issues/4087
Current behaviour is insecure. If the user specifies this value then we
switch to validating the server hostkey and so can detect server changes
or MITM-type attacks.
2020-10-06 16:27:42 +01:00
41ec712aa9
ftp,sftp: fix docs for usernames
...
- factor env.CurrentUser out of backend/sftp
- Use env.CurrentUser in ftp and sftp
- fix docs to have correct username
2020-09-27 11:44:05 +01:00
17acae2b00
sftp: allow cert based auth via optional pubkey
...
Discussion at
https://forum.rclone.org/t/ssh-certificate-based-authentication-does-not-work/19222
Basically we allow the user to specify their own public key cert rather
than letting the SSH client extract the pubkey from the private key.
This allows certificate based authentication to work.
2020-09-27 11:10:13 +01:00
510ac341e1
Version v1.53.0
2020-09-02 17:00:18 +01:00
844b903595
docs: promote the use of -i/--interactive and "rclone sync -i" everywhere #1574
2020-06-10 12:33:53 +01:00
e62c032184
docs: remove manually set dates and use git dates instead
2020-06-01 13:07:46 +01:00
6882aeff97
Version v1.52.0
2020-05-27 17:31:10 +01:00
41e12114a8
docs: fix validation errors
2020-05-27 17:31:09 +01:00
74b8cbfb84
docs: set unsafe HTML parsing to false and fix raw HTML insertion
...
This means that markdown files can't contain <thing> any more.
2020-05-27 17:31:09 +01:00
80dab10ec9
docs: Fix generated docs
...
In distributed docs
- Make img tags absolute
- Add donate link in docs
- Fix provider table
2020-05-27 17:31:08 +01:00
bcbfad1482
sft[: added --sftp-pem-key to support inline key files
2020-05-19 11:55:38 +01:00
43daecd89b
Version v1.51.0
2020-02-01 10:40:01 +00:00
6fabf476cf
Version v1.50.0
2019-10-26 11:04:54 +01:00
a6387e1f81
Version v1.49.0
2019-08-26 15:25:20 +01:00
73e010aff9
docs: make the config walkthroughs consistent for each backend
2019-08-26 10:47:17 +01:00
ba3b0a175e
docs: Add rsync.net stub link to SFTP page
2019-08-10 14:13:15 +01:00
01c0c0b009
docs: Add C14 Cold Storage to homepage and SFTP backend
2019-08-10 14:13:15 +01:00
0a1169e659
ssh: opt-in support for diffie-hellman-group-exchange-sha256 diffie-hellman-group-exchange-sha1 - fixes #1810
2019-07-13 12:21:56 +02:00
ce400a8fdc
Add rsync.net as a provider #3254
2019-06-15 09:56:17 +01:00
8c5503631a
docs: add sftp about documentation
2019-05-14 15:22:43 +01:00
0458b961c5
sftp: add option to force the usage of an ssh-agent
...
Also adds the possibility to specify a specific key to request from the
ssh-agent.
2019-01-09 10:11:33 +01:00
c1998c4efe
sftp: add support for PEM encrypted private keys
2019-01-09 10:11:33 +01:00
78b9bd77f5
docs: auto generate backend options documentation
...
This inserts the output of "rclone help backend xxx" into the help
pages for each backend.
2018-10-06 11:47:46 +01:00
a9273c5da5
docs: move documentation for options from docs/content into backends
...
In the following commit, the documentation will be autogenerated.
2018-10-06 11:47:46 +01:00
76f2cbeb94
sftp: Add --ssh-path-override flag #1474
...
The flag allows calculation of checksums on systems using
different paths for SSH and SFTP, like synology NAS boxes.
2018-04-30 17:05:10 +01:00
b3c6f5f4b8
sftp: Update docs with Synology quirks
2018-04-21 09:02:53 +01:00
d1ca8b8959
sftp: update docs to match code, fix typos and clarify disable_hashcheck prompt
2018-04-20 20:49:49 +01:00
04e055fc06
sftp: Add --sftp-ask-password flag to prompt for password when needed - #2137
2018-03-15 20:24:30 +00:00
57f1bb7bb2
sftp: add 'set_modtime' hidden configuration option
2018-01-10 20:27:23 +00:00
36e6d23112
sftp: Add option to disable remote hash check command execution
2018-01-07 11:18:51 +00:00
3684585104
sftp: add option to enable the use of aes128-cbc cipher
2017-12-10 10:53:32 +00:00
a8dfc5ce3b
Fix spelling in some documentation
2017-11-05 21:38:59 +00:00
ae9d58d625
Copy edit the SFTP guide
2017-10-16 21:49:25 +01:00
80ce569874
sftp: Add support for md5 and sha1 hashes where available
2017-08-06 11:49:52 +01:00
d55f8f0492
sftp: add support for using ssh key files #1494
...
Update docs about macOS and ssh-agent #1218
2017-06-23 16:25:35 +01:00
5455d34f8c
Fix ssh agent on Windows - fixes #1279
2017-05-26 10:21:07 +01:00
ade61fa756
Updated FTP to follow SFTP standards, updated documentation
2017-05-25 09:30:15 +01:00
726cb43be9
Complete SFTP remote #521
...
* Add unit tests
* Fix up remote so it passes tests
* Add docs
2017-02-04 10:29:46 +00:00