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