Ssh Tunneling Between A Windows Management Console And A Linux Managed Device - Novell ZENWORKS LINUX MANAGEMENT 7.3 IR2 - ADMINISTRATION GUIDE 02-12-2010 Administration Manual

Table of Contents

Advertisement

ssh -L 5952:work:5950 work
Any connections to port 5952 on your local management console would actually connect to
5950 on "work," so instead of running a vnc viewer as:
vncviewer work:50
run it as follows:
vncviewer localhost :52
Figure J-1
NOTE: If you are using the Linux VNC viewer to connect via SSH, when the viewer connects to a
server on the local management console, by default it uses VNC's pixel encoding because this
generally gives better performance for local access. If this server is actually an SSHD redirecting the
data for another workstation, you can override this using the -tight option to the viewer or you can
send a lot more data over the network.
J.2 SSH Tunneling between a Windows
Management Console and a Linux Managed
Device
SSH clients are also available for Windows, Macintosh, and other platforms, but if you want servers
on these platforms you might need to use a commercial version or route your connection via a Linux
device.
There are several scenarios for using SSH tunneling between a Windows management console and a
Linux managed device. For the sake of simplicity, the following procedure uses a scenario in which
you are using a Windows laptop "viewer" in a non-secure Wide Area Network to remotely control
your Linux managed device "work" installed inside your secure Local Area Network. Another
Linux device called "gateway" is in your secure local area network and runs the SSH daemon. The
following steps explain how you can use the PuTTY SSH client to configure an SSH tunnel so that
the Remote Management data is encrypted when it travels between "viewer" and "gateway" and is
then forwarded to "work" inside the secure network.
NOTE: The PuTTY SSH client is available at the
~sgtatham/putty). If you are using other SSH client software, use the appropriate commands for that
software.
1 Enter the following command in the shell prompt:
putty -L 5952:work:5950 gateway
The first argument is the local forwarding option, which says that the local fake port 5952
should be created and connected to the genuine port work:5950. The second argument is the
main non-option parameter to SSH, which tells it to connect to the device that runs the SSH
daemon.
670 Novell ZENworks 7.3 Linux Management Administration Guide
Linux Console to Linux Managed Device with Tunneling
PuTTY site (http://www.chiark.greenend.org.uk/

Advertisement

Table of Contents
loading

This manual is also suitable for:

Zenworks linux management 7.3 ir2

Table of Contents