Skip to main content
Version: Axidian Privilege 3.2

RDP, SSH and SQL Connection

Available permissions to access resources are displayed in the user console.

Sorting is available for each column except the Tags column. When entering characters in the search field, matches will be displayed for all columns.

If the user has access to ad hoc resources, they will be displayed at the top of the list.

Connection to a Resource via RDP

  1. In the user console, click Download RDP file to the right of the permission.

    By default, resources that support RDP and SSH connectivity have the Copy SSH command button displayed. To download RDP file, click dropdown-arrow-icon, and then Download RDP file.

  2. Run the RDP file to access the resource.
  3. Authenticate.
  4. Optionally specify local drives to use in the remote session.
info

The downloaded RDP file can be reused for further connections.

Connection to the Access Gateway

  1. Click Connect to the access gateway, the download of the RDP file will begin.
  2. Run this RDP file.
  3. Authenticate and set up the connection.

Connection to the SSH Proxy

You can connect to the SSH Proxy from the command line or by using any SSH client.

  1. Open the console utility.

  2. Enter the connection string of the SSH Proxy or the load balancer. Можно использовать IP-адрес или DNS.
    To find out the SSH Proxy address, copy the SSH command of any resource in the user console and take the value specified after the @ character.

    Template of SSH Proxy Connection Command
    ssh <IP address or DNS>
    Example of SSH Proxy Connection Command
    ssh axidianproxy

    Optionally specify the user login and port.

    Template of SSH Proxy Connection Command
    ssh <login>@<IP address or DNS> -p <port>
    Example of SSH Proxy Connection Command
    ssh user@axidianproxy -p 2222

    Optionally specify the path to the private key.

    Template of SSH Proxy Connection Command
    ssh <login>@<IP address or DNS> -p <port> -i <path to the private key>
    Example of SSH Proxy Connection Command
    ssh user@axidianproxy -p 2222 -i "C:\Users\user\.ssh\id_ed25519"
  3. Enter the password. If SSH key authentication is configured, skip this step.

  4. Enter OTP.

  5. Select a resource and connect.

Connection to a Resource via SSH

Connection by command from the user console

  1. In the user console, to the right of the permission to the SSH resource, click Copy SSH command.
  2. Run the copied command in the terminal.
  3. Enter your password and OTP.

Connection by command with additional parameters

You can write an SSH command manually using the template below.

  1. Write an SSH command using the template below.
  2. Run the command in the terminal.
  3. Enter your password and OTP.
Template of SSH command
ssh [user-name]#[resource]#[account-name]#[reason]@[proxy-address]
  • user-name — user name.
  • resource — IP address or DNS.
  • account-name — name of the privileged account.
  • reason — text of the connection reason. If the reason contains spaces, specify it in quotation marks.
  • proxy-address — IP address or DNS of the SSH Proxy server.

You can omit any parameter except proxy-address. In this case, SSH Proxy will request these parameters separately.

Example of SSH command
ssh ivan.ivanov#ubuntu#webmaster#"system configuration"@pam

Connection to a Resource via the PostgreSQL Proxy

caution

A special license is required to connect to the PostgreSQL resource.

  1. Open the user console of Axidian PAM.

  2. Click Show connection credentials.

  3. Open your DBMS client and enter into its connection form the data you received in the previous step:

    • Connection Address
    • Connection Port
    • Account Name
    • Default Database
  4. If the User must specify the connection reason option is enabled in the session policy, then add the connection reason text to the Account Name field.

    Example: if the Account Name value was admin@company.local#1.1.1.1#MYCOMPANY\test-admin, after the reason was added it will read as: admin@company.local#1.1.1.1#MYCOMPANY\test-admin#"my reason to connect".

    If this option is disabled, skip this step.

  5. In the connection form, enter the password of your PAM account.

Connection to an Ad Hoc Resource

Ad hoc resources are resources that are not registered in the Axidian Privilege system. This type of connection makes it possible to connect to any resources according to connection types predefined by the PAM administrator.

caution

A special license is required to connect to the ad hoc resource.

  1. Click Specify connection address to the right of the required permission to the ad hoc resource.

  2. Select Connection type.

    info

    The available connection types are determined by the PAM administrator when granting permissions.

  3. Enter Connection address.

  4. Depending on the selected connection type, click one of the buttons: Copy SSH command or Download RDP file.

info

If you have several permissions (with different connection types) to an ad hoc resource, and in the Connection to an ad hoc resource window in the Connection type field there are no required options, then check the Permission Access Schedule.

The connection type will not be displayed in the Connection type field if you are trying to connect via permission outside the hours specified in the Permission Access Schedule.

Setting a Password During Connection

When connecting to the resource, you may be asked for a password.

This means that the account on whose behalf you are granted access to the resource does not have a password. You cannot connect to the resource with such an account. Contact your PAM administrator, as only an administrator can set an account password.

Ending a Session

To end the session, close the remote connection window or log off the resource.