Skip to main content Skip to complementary content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
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 – please let us know!