Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 1

From the UDMG Admin UI navigation pane, select Shared Accounts. The Shared Accounts list displays.

Step 2

Click the Add icon () above the Shared Accounts tab.

Step 3

The Shared Account Details displays:

  • In the Account Name field, enter stonebranch-01. The Account Name is only for display and reference inside UDMG.
  • In the Login Name field, enter stonebranch-01. The Login Name is the name for the authentication, for example, the expected SFTP user name. 
  • In the Password field, enter any value for instance ChangeMe.
Step 4

Click the Save icon ().

Step 5

From the UDMG Admin UI navigation pane, select Local Servers. The Local Servers list displays.

Step 6

Select or create a SFTP server, for example stonebranch-sftp-01.

The server details are populated on the Details tabs:

Step 7

Select the Accounts tab.

Step 8

Select the Pencil icon to add a shared account to the local SFTP server.


Step 9

Search for stonebranch-01 and add using the arrow. Click the  Save changes button. 

Step 10

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

Code Block
$  sftp -P 4100 stonebranch-01@0.0.0.0
stonebranch-01@0.0.0.0's password:
Connected to 0.0.0.0.
sftp> ls
sftp-01-in


...