Configuring Viewpoint > Manually configuring Viewpoint > Configuring a connection from Viewpoint to Moab > Configuring an SSH private-key-authenticated Moab connection

2.2.1.4 Configuring an SSH private-key-authenticated Moab connection

A SSH private-key-authenticated Moab connection is a connection to the Moab server via SSH that requires private key authentication.

To configure a SSH private-key-authenticated Moab connection

  1. Open the core.xml file located in the Viewpoint home directory.
  2. Locate the <moab-connection> element and change the type to "ssh-key".
  3. Set the following required elements for SSH private key authentication:
    1. Specify <host> as the host name of the Moab server.
    2. Modify <user> to specify the username used to connect via SSH to the Moab server.
    3. Modify <public-key-path> to specify the path on the Viewpoint server to the public key file used for SSH authentication.
    4. Modify <password> to specify the private key passphrase.
  4. Set any of the following optional elements:

Related topics