Skip to main content Skip to complementary content
Close announcements banner

Restricting Talend Runtime remote access with Talend Remote Engine

For security reasons, when running a Talend Runtime connected to a Remote Engine, it is recommended to restrict JMX access and SSH access to localhost.

Procedure

  1. Edit the <RuntimeContainerPath>\etc\org.apache.karaf.shell.cfg file and set the following values.
    sshHost = 127.0.0.1
  2. Edit the <RuntimeContainerPath>\etc\org.apache.karaf.management.cfg file and set the following values.
    rmiRegistryHost = 127.0.0.1
    rmiServerHost = 127.0.0.1
    In Talend Runtime 8.0, these parameters are set by default.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!