From 09f62f306cbc9bc84cf284518f01be8e91ed34ec Mon Sep 17 00:00:00 2001 From: 123soleil <123soleil@via-mobilis.com> Date: Thu, 4 Dec 2025 22:37:01 +0100 Subject: [PATCH] fix: Typo of passphrase in SCP/SFTP storages --- pages/configuration/storages/scp.mdx | 2 +- pages/configuration/storages/sftp.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/configuration/storages/scp.mdx b/pages/configuration/storages/scp.mdx index 45fd465..222e904 100644 --- a/pages/configuration/storages/scp.mdx +++ b/pages/configuration/storages/scp.mdx @@ -11,7 +11,7 @@ Storage backup file to the remote SSH server, like `scp` command. - `path` - SSH remote path for save - `timeout` - Set timeout of remote upload, default: `300` - `private_key` - Your SSH private key, default: `~/.ssh/id_rsa` (Optional) -- `passpharase` - Password of the private key, if it present. (Optional) +- `passphrase` - Password of the private key, if it present. (Optional) - `username` - SSH username, (Optional) - `password` - SSH password, (Optional) diff --git a/pages/configuration/storages/sftp.mdx b/pages/configuration/storages/sftp.mdx index b04339d..71a98c8 100644 --- a/pages/configuration/storages/sftp.mdx +++ b/pages/configuration/storages/sftp.mdx @@ -13,6 +13,6 @@ Storage backup file to remote SFTP server. - `username` - username - `password` - password - `private_key` - Private Key of the SSH key pair, default: `~/.ssh/id_rsa`. -- `passpharase` - Password of the private key, if is present. +- `passphrase` - Password of the private key, if is present. https://github.com/gobackup/gobackup/blob/main/storage/ftp.go