From ad95f07cbe6cf270fee8dc8bddf471d003ebed33 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 27 Aug 2024 09:08:07 -0400 Subject: [PATCH] docs: Update SFTP External Storage custom port instructions For nextcloud/server#47527 Signed-off-by: Josh --- admin_manual/configuration_files/external_storage/sftp.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/admin_manual/configuration_files/external_storage/sftp.rst b/admin_manual/configuration_files/external_storage/sftp.rst index d15675648..e8b5cd8ed 100644 --- a/admin_manual/configuration_files/external_storage/sftp.rst +++ b/admin_manual/configuration_files/external_storage/sftp.rst @@ -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.