From 25917034941f193d65f13e1a17541dcf33752bf6 Mon Sep 17 00:00:00 2001 From: kapitainsky Date: Thu, 21 Mar 2024 11:55:20 +0000 Subject: [PATCH] docs: clarify `shell_type = none` and `ssh = ` behaviour Discussed on the forum: https://forum.rclone.org/t/can-rclone-be-made-to-work-with-an-sftp-server-confining-users-to-an-sftp-jail-and-no-login/44931 --- docs/content/sftp.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/sftp.md b/docs/content/sftp.md index 6a1e178d8..bc3f1f6dc 100644 --- a/docs/content/sftp.md +++ b/docs/content/sftp.md @@ -279,6 +279,8 @@ option before first run, the auto-detection will be skipped, and if you set a different value later this will override any existing. Value `none` can be set to avoid any attempts at executing shell commands, e.g. if this is not allowed on the server. +If you have `shell_type = none` in the configuration then +the [ssh](#sftp-ssh) must not be set. When the server is [rclone serve sftp](/commands/rclone_serve_sftp/), the rclone SFTP remote will detect this as a Unix type shell - even