Products | Versions |
---|---|
TIBCO LogLogic Enterprise Virtual Appliance | 6.1.0 and higher |
Password-less connection is a key feature that is often used in LMI to access a remote server for a High Availability setup or to collect files by pulling them via scp/sftp from a remote server. This is only possible if remote password-less access is granted to a specific username.
TIBCO LogLogic Management Intelligence provides a feature in root console to generate and copy the LMI public key to a remote server so that LMI can login to that server password-less and pull files from a given path/folder.
> system keycopy This command should be done in two steps. First, [c]opy the appliance's public key to the SSH server's correct place like ~/.ssh/authorized_keys depends on the SSH server. Secondly, to make sure the setup is correct run it one more time in the [t]est mode. If this test is able to exchange a test file without asking for a password and runs without errors then the SSH setup is successful. Do you want to [c]opy or [t]est the key:
[jorgem@jmubuntuserver ~]$ ls *.pub LOGLOGICPUBKEY_id_rsa.pub LOGLOGICPUBKEY_SECSH_id_rsa.pub
[jorgem@jmubuntuserver ~]$ cat ~/LOGLOGICPUBKEY_id_rsa.pub ~/.ssh/authorized_keys
> system keycopy This command should be done in two steps. First, [c]opy the appliance's public key to the SSH server's correct place like ~/.ssh/authorized_keys depends on the SSH server. Secondly, to make sure the setup is correct run it one more time in the [t]est mode. If this test is able to exchange a test file without asking for a password and runs without errors then the SSH setup is successful. Do you want to [c]opy or [t]est the key:
# ssh <remote_username>@<remote_ip>