Hi,
I want to create a universal port profile which will run a python script in order connect to a remote ssh host and check some health information.
I've tried the following
import pexpectimport exshexpect
exosPrompt = '::--:--::'
p = exshexpe...
Hi eyeV,
One of my findings which you might come and nice to know:
If you want to combine python scripting with Universal Port triggers you can do the following trick which worked for me. Example creating a python script which will run every minu...
Hi,
I've created the public key with the following command:
create sshd2 key-file host-key sshkey
It created under the root directory the sshkey.ssh and inside it has the public key
I've scp the key file to the remote server ~.ssh/authorized_ke...