Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In this tutorial, you will:

  • Create an account for a local SFTP server.
  • View server details.


Step 1

From the UDMG navigation pane, select Management > Servers. The Servers list displays.

Step 2

Select an SFTP server, for example stonebranch-sftp-01.

The server details are populated on the Details tabs:

Step 3

Click the Accounts tab.

Step 4Click the Add Account button.
Step 5

The Account Details displays:

  • In the Name field, enter stonebranch-01.
  • In the Password field, enter any value for instance ChangeMe.

Step 6

Click the Save button.

The account is created and shows in the account list.

Step 7

It's now possible to connect to the SFTP server with this account credentials:

$  sftp -P 4000 stonebranch-01@0.0.0.0
The authenticity of host '[0.0.0.0]:4000 ([0.0.0.0]:4000)' can't be established.
RSA key fingerprint is SHA256:y1NhDkUbA90auFzK0gIO2HAskAA8fn8ltRzNkM3o5o4.
RSA key fingerprint is MD5:99:ba:2a:77:c9:1e:02:56:86:6d:f1:9e:8b:8b:15:ee.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '[0.0.0.0]:4000' (RSA) to the list of known hosts.
stonebranch-01@0.0.0.0's password:
Connected to 0.0.0.0.
sftp> version
SFTP protocol version 3
  • No labels