Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Apache Felix Remote Shell provided by the org.apache.felix.shell.remote bundle is a frontend to the offers remote access to Apache Felix Shell which allows remote access to the shell and Apache Felix Gogo using telnet clients. The remote shell provides simple telnet access with no bells and whistles – it just works...

To use remote shell with the Apache Felix Remote Shellshell, you have to install the org.apache.felix.shell bundle in addition to the org.apache.felix.shell.remote bundle. To use it with Gogo, you have to install the org.apache.felix.gogo.runtime and org.apache.felix.gogo.shell bundles in addition to the org.apache.felix.shell.remote bundle. Once both bundles are installed, you may access the shell remotely.

Acknowledgment

...

you have the shell bundles installed with the remote shell bundle, start them all to enable remote shell access.

Info
titleGogo is the default

If you have both the Felix shell and Gogo installed and active, then the default is to connect to Gogo when you telnet into the remote shell. If you wish to telnet into the Felix shell, you should stop or the Gogo runtime bundle.

Configuration

The Apache Felix Remote Shell bundle currently is configured using framework properties obtained from the bundle's context. The following properties are supported:

...

This remote shell bundle does not employ any security at all. Thus if there is no security manager is active in the framework's JVM, then any user connecting to the remote shell has full control over the framework.

...