Versions Compared

Key

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

The Xmanager address bar is a convenient way to connect to a host on the fly. The rules for addresses entered in address bar are outlined as follows.
hostname (or ipaddress)
xdmcp://hostname
xstart://sessionname
xsession://sessionname
sshrdp://[username[:password]@]hostname[:port][/]
telnetssh://[username[:password]@]hostname[:port][/]
rlogintelnet://[username[:password]@]hostname[:port][/] ftp
rlogin://\[username[:password]@]hostname[:port][/]
sftpftp://[username[:password]@]hostname[:port][/]
rdpsftp://[username[:password]@]hostname[:port][/]

The usable protocols are xdmcp, xstart, xsession, ssh, telnet, rlogin, ftp, sftp and rdp and sftp. When no protocol is designated, xdmcp is used as the default protocol. The xdmcp protocol uses UDP 177 port as the default port.
Refer to the following examples:

Example

Description

foobar.com myhost
xdmcp://foobar.commyhost

Connect to foobar.com myhost using XDMCP protocol.

xstart://mysession

Run an Xstart session named mysession.

xsession://cdesession

Run a static session named cdesession.

ssh://myhost:22/

Run Xshell and connect to myhost port 22 using an SSH protocol. To run this command, the Xshell program must be installed in the computer.

telnet://user:pass@myhost

Run Xshell and connects to myhost using a TELNET protocol. User name and password are automatically transferred after connection. To run this command, the Xshell program must be installed in the computer.

rlogin://user@myhost

Run Xshell and connect to myhost using an RLOGIN protocol. User name is automatically transferred after connection. To run this command, the Xshell program must be installed in the computer.

ftp://anonymous@myhost

Run Xftp and connect to myhost using an FTP protocol. User name is automatically transferred after connection. To run this command, the Xftp program must be installed in the computer.

sftp://user:pass@myhost/

Run Xftp and connect to myhost port 22 using an SFTP (secure shell fire transfer protocol). User name and password are automatically transferred after connection. To run this command, the Xftp program must be installed in the computer.

rdp://user:pass@myhost/Connect with myhost's RDP (Remote Desktop Protocol) protocol. The username and password are automatically sent after connection. The RDP package must be installed on this computer to run this command.