SFTP
Module | Cloudlink - SFTP (SSH File Transfer Protocol) |
Technical Name | cloud_link_sftp |
Cloudlink - SFTP (SSH File Transfer Protocol) enables secure file management between Odoo and another server. With this extension, Cloudlink can integrate storage drives over the SSH File Transfer Protocol.
Authentication
The module provides two authentication methods:
-
Password-based authentication
You pass on your username and password to the server for client authentication. -
Key-based authentication You can use a key pair to authenticate. Here is a good explaination on how it works and how to generate an SSH key pair.
SFTP Settings
Host
The name or IP address of the SSH server
Port
The port of the SSH server (default: 22
)
Authentication Method
Let’s you choose the authentication method
- Password-based
- Key-based
Username
The username of the SSH user
Password
The password of the SSH user
Private Key
The client’s private key. The key should look similar to this:
-----BEGIN OPENSSH PRIVATE KEY-----
b3BlbnNzaC1rZXk...................
..................................
..................................
..................................
-----END OPENSSH PRIVATE KEY-----