Connection Method (--method)

Objects with this attribute

Usage

Object Manager Connection Method Choose the connection method from the list.
Command line --method rexec | rcmd | telnet | rlogin | ssh Specify one of the valid connection methods. Not all methods are available for all types of application.

Description

This attribute specifies the mechanism used by the Tarantella server to access the application server and start the application.

The default connection method is telnet.

For character applications, only the connection methods telnet, rlogin and ssh are allowed.

Examples

--method telnet

Uses the telnet connection method to log in to an application server. This is the default if --method is not specified.

--method rlogin

Uses the rlogin connection method to log in to an application server.

Related topics
  • Tarantella and SSH