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.

Image RemovedImage Added

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.
  • In the Password field, enter any value for instance ChangeMe.


Step 4

Click the Save icon ().

Image Added

Step 5Step 6

Click the Save button.

The account is created and shows in the account list.

Image RemovedFrom the UDMG Admin UI navigation pane, select Local Servers. The Shared Accounts list displays.
Step 6



Step 7

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

Code Block
$  sftp -P 4000 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


...