Tutorial - Creating and Manually Starting an SFTP Server
In this tutorial, you will:
- Create an SFTP server.
- Manually launch the server.
- View server details.
By default, the following algorithms are enabled.
Category | Algorithms by order of preference, most preferred at the top |
---|---|
Key Exchange (KEX) |
|
Encryption (cipher) |
The following ones can be enabled globally with the configuration parameter 'AllowLegacyCiphers', but still need to be enabled explicitly per server, see Tutorial - Use a Legacy Encryption Algorithm for an SFTP Partner
|
MAC |
|
Host key |
|
Step 1 | From the UDMG navigation pane, select Management > Servers. The Servers list displays. |
---|---|
Step 2 | Click New. The Server Details displays.
|
Step 3 | Click Save and Confirm. |
Step 4 | Generate a host key (private SSH key) for the server, for example: $ ssh-keygen -t rsa -b 4096 -C "stonebranch-cert-01" -m PEM -f "stonebranch-cert-01.crt" -N "" Generating public/private rsa key pair. Your identification has been saved in stonebranch-cert-01.crt. Your public key has been saved in stonebranch-cert-01.crt.pub. |
Step 5 | Select the stonebranch-sftp-01 server from the Server list panel and click the Certificates tab. |
Step 6 | Click the Add Certificate button |
Step 7 | The Certificate Details displays.
|
Step 8 | Click Save and Confirm. |
Step 9 | The certificate record appears in the list: |
Step 10 | To see more details about a specific server key, click the View (eye icon) button. The Key Details displays, showing the following:
If the record was just created or updated, click the Refresh button to reload the details. |
Step 11 | Adjust the SFTP Protocol configuration, if needed, by:
Click Save to register the changes. |
Step 11 | Start the server by clicking on the start (play icon) button: |
Step 12 | Click on the MFT Server Status button to show the list of running services. The new server stonebranch-sftp-01 is listed and should appear with a green status which means there is now a SFTP server listening on the IP and port that we configured. |
Step 13 | The server status can be controlled with the following action buttons:
|
Step 14 | Additional details can be attached to a local server.
Go to the Details tab on the local server pane. Fill in the needed details. New fields can be added with the 'plus' button at the bottom of the form. A custom field is comprised of a key and value pair. Press the Save button inside the tab to store the details. |