Merge pull request #12133 from nextcloud/sftp-custom-port

docs: Update SFTP External Storage custom port instructions
This commit is contained in:
Ferdinand Thiessen
2024-09-14 22:52:31 +02:00
committed by GitHub

View File

@@ -5,9 +5,7 @@ SFTP
Nextcloud's SFTP (SSH File Transfer Protocol) backend supports both password and
public key authentication.
The **Host** field is required; a port can be specified as part of the **Host**
field in the following format: ``hostname.domain:port``. The default port is 22
(SSH).
The **Host** field is required. The default port is 22 (SSH).
For public key authentication, you can generate a public/private key pair from
your **SFTP with secret key login** configuration.