J Establishing Ssh Tunneling; Ssh Tunneling Between A Linux Management Console And A Linux Managed Device; Basic Use; J.1.1 Basic Use - Novell ZENWORKS LINUX MANAGEMENT 7.3 IR2 - ADMINISTRATION GUIDE 02-12-2010 Administration Manual

Table of Contents

Advertisement

Establishing SSH Tunneling
J
If you are using Remote Management over a network that is not secure, the data between the
Remote Management Viewer running on the management console and the Remote Management
Agent on the managed device is unencrypted and could be viewed by someone with access to the
intervening network. You should tunnel your Remote Management sessions through a secure
channel such as SSH.
Section J.1, "SSH Tunneling between a Linux Management Console and a Linux Managed
Device," on page 669
Section J.2, "SSH Tunneling between a Windows Management Console and a Linux Managed
Device," on page 670
Section J.3, "Compression," on page 671
J.1 SSH Tunneling between a Linux Management
Console and a Linux Managed Device
If you are using Linux, SSH clients and servers are freely available on the internet. The SSH client
and server RPMs can be downloaded from the

J.1.1 Basic Use

SSH provides you with a "Secure SHell" to the remote device. All traffic is encrypted between the
two devices using public key encryption techniques, making it very difficult for anyone else to spy
on it. When SSH is installed, you could connect to a managed device from elsewhere simply by
running the SSH client. For example, if you want to connect to a managed device called "work." you
use the following command:
ssh work
You are then prompted for the password of your account on the managed device and you are logged
in, just like a telnet session, but safer. You can also request that it listens on a particular port on your
local management console and forwards that down the secure connection to a port on a managed
device at the other end. To do this, use the following command:
ssh -L x:work:y work
This starts an SSH connection to a device named "work" and also listen on port x on the local
management console, and forwards any connections there to port y on "work."
Remote Management uses two ports on the managed device. By default, the Remote Control service
listens on port 5950 and the Remote Login service listens on port 5951. If you want to enable SSH
tunneling for Remote Control, you need to forward Remote Management data from a port on your
local management console to 5950 of managed device.
Similarly, you should forward data to 5951 if you want to tunnel Remote Login:
If you are running Remote Control service on "work" on 5950 and you want a secure
connection to it from your local management console, you can start the SSH session using:
OpenSSH site.
(http://www.openssh.com).
Establishing SSH Tunneling
J
669

Advertisement

Table of Contents
loading

This manual is also suitable for:

Zenworks linux management 7.3 ir2

Table of Contents