LibraryToggle FramesPrintFeedback

Configuring a Container for Remote Access

Overview

When you start the Fuse ESB Enterprise runtime in default mode or in server mode, it enables a remote console that can be accessed over SSH from any other Fuse ESB Enterprise console. The remote console provides all of the functionality of the local console and allows a remote user complete control over the container and the services running inside of it.

[Note]Note

When run in client mode the Fuse ESB Enterprise runtime disables the remote console.

Configuring a standalone container for remote access

The SSH hostname and port number are configured in the InstallDir/etc/org.apache.karaf.shell.cfg configuration file. Example 5 shows a sample configuration that changes the port used to 8102.

Example 5. Changing the Port for Remote Access

sshPort=8102
sshHost=0.0.0.0

Configuring a fabric container for remote access

The SSH hostname and port number are set at the time a container is created. It is not possible to change the SSH address of a fuse container after the container has been created.

Comments powered by Disqus