rclone/backend/sftp
Dimitar Ivanov 40159e7a16
sftp: allow inline ssh public certificate for sftp
Currently rclone allows us to specify the path to a public ssh
certificate file.

That works great for cases where we can specify key path, like local
envs.

If users are using rclone with [volsync](https://github.com/backube/volsync/tree/main/docs/usage/rclone)
there currently is a limitation that users can specify only the rclone config file.
With this change users can pass the public certificate in the same fashion
as they can with `key_file`.
2024-10-25 10:40:57 +01:00
..
sftp_internal_test.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
sftp_test.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
sftp_unsupported.go build: fix linting issues reported by running golangci-lint with different GOOS 2024-04-22 19:29:12 +02:00
sftp.go sftp: allow inline ssh public certificate for sftp 2024-10-25 10:40:57 +01:00
ssh_external.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
ssh_internal.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
ssh.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
stringlock_test.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
stringlock.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00