In the near future, I need to connect to Linux machines using "CyberArk PSM". In this system, you request access to a privileged user and for the time window that this access is granted, you can connect to the target machine using an ssh string like this:
I am using a shared file containing 100's of servers, using locally configured credentials containing the local user's username and password
Every server can be connected to with several high privileged usernames
So it is not workable for me to directly configure usernames etc. in the terminal objects themselves, they need to come from locally configured credentials which are then referenced in a key sequence task:
To execute a custom ssh command from a key sequence task like this, I first need to connect to a machine from which I can ssh. I have no such machine available, except my local machine.
Question
How can I create a Terminal object that connects to my localhost / local shell?
I tried using "localhost.localdomain." and "127.0.0.1" as addresses, but they won't connect and Royal TS says I need to enable insecure ciphers
I'm afraid rebex doesn't support opening a local shell. You always have to connect to an (SSH) server. On macOS this is possible because iTerm supports this scenario.
Leo Kennis
Hi, I have the following issue:
Background
In the near future, I need to connect to Linux machines using "CyberArk PSM". In this system, you request access to a privileged user and for the time window that this access is granted, you can connect to the target machine using an ssh string like this:
There is already some documentation on https://support.royalapps.com/support/solutions/articles/17000129922-integrating-cyberark-with-royal-ts-x- but this approach does not use a ssh connection key sequence and does not work for me because:
Issue
To execute a custom ssh command from a key sequence task like this, I first need to connect to a machine from which I can ssh. I have no such machine available, except my local machine.
Question
How can I create a Terminal object that connects to my localhost / local shell?