Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/mRemoteNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitrij <kvarkas@gmail.com>2022-02-24 03:35:00 +0300
committerDimitrij <kvarkas@gmail.com>2022-02-24 03:35:00 +0300
commit88d1db2840fb49b1ff73fde3ef8b5e0b0cbfeeca (patch)
treeef4d44fbb28d860ef066c90feff1304e7ec47659
parentb1dbe562d632819391ca046db12b76f828d65a2c (diff)
Add howto for CyberArk psm
-rw-r--r--mRemoteNGDocumentation/howtos/cyberark-psm.rst12
-rw-r--r--mRemoteNGDocumentation/images/cyberark_pam_connection_setup.pngbin0 -> 95481 bytes
-rw-r--r--mRemoteNGDocumentation/index.rst1
3 files changed, 13 insertions, 0 deletions
diff --git a/mRemoteNGDocumentation/howtos/cyberark-psm.rst b/mRemoteNGDocumentation/howtos/cyberark-psm.rst
new file mode 100644
index 00000000..7549704d
--- /dev/null
+++ b/mRemoteNGDocumentation/howtos/cyberark-psm.rst
@@ -0,0 +1,12 @@
+*************
+Connecting to CyberArk - Privileged Access Manager
+*************
+CyberArk's Privileged Access Manager is a full life-cycle solution for managing the most privileged accounts and SSH Keys in the enterprise. It enables organizations to secure, provision, manage, control and monitor all activities associated with all types of privileged identities.
+If you company use it, you may easy setup mRemoteNG to connect through Privileged Session Manager to your target system.
+You should provide in host field yours CyberArk Digital Vault server FQDN or IP address, and in alternate shell field (under Miscellaneous section):
+:code:`psm /u target-user /a target-address /c connection-component`
+
+.. figure:: /images/cyberark_pam_connection_setup.png
+
+.. note::
+Please check CyberArk `documentation <https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/PSSO-ConfigureRDPStart.htm?tocpath=End%20user%7CConnect%20to%20Accounts%7CPrivileged%20Single%20Sign-On%7CConnect%20through%20Privileged%20Session%20Manager%20for%20Windows%7C_____2>` for more detail information about parameters \ No newline at end of file
diff --git a/mRemoteNGDocumentation/images/cyberark_pam_connection_setup.png b/mRemoteNGDocumentation/images/cyberark_pam_connection_setup.png
new file mode 100644
index 00000000..df63edf8
--- /dev/null
+++ b/mRemoteNGDocumentation/images/cyberark_pam_connection_setup.png
Binary files differ
diff --git a/mRemoteNGDocumentation/index.rst b/mRemoteNGDocumentation/index.rst
index f83a797d..5cd9f5d2 100644
--- a/mRemoteNGDocumentation/index.rst
+++ b/mRemoteNGDocumentation/index.rst
@@ -31,6 +31,7 @@ Welcome to mRemoteNG's documentation!
howtos/vmrdp.rst
howtos/credvault.rst
howtos/dynamic_host.rst
+ howtos/cyberark-psm.rst
.. toctree::
:maxdepth: 2