Changes between Version 12 and Version 13 of vnc3d


Ignore:
Timestamp:
02/19/16 12:12:42 (8 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • vnc3d

    v12 v13  
    100100
    101101'''Windows:'''\\
    102 In case your operating system is Windows, the setup of the tunnel depends on your ssh client.
     102In case your operating system is Windows, the setup of the tunnel depends on your ssh client. \\
    103103Here a short overview on how-to setup a tunnel with [http://www.putty.org/ PuTTY] is given.
    104 It is assumed that PuTTY is already configured in a way that a general ssh connection to JURECA is possible,  that means that host name, username and the private ssh key are correctly set.
    105 To establish the ssh tunnel, enter the "SSH-->tunnels" tab in the PuTTY configuration window. You have to enter the source port (in this case 5901) and the destination (in this case jrc1391:5901) and than press add:
    106104
    107 [[Image(putty2.jpg)]]
     105It is assumed that PuTTY is already configured in a way that a general ssh connection to JURECA is possible. \\
     106That means that host name, user name and the private ssh key (using PuTTY's Pageant) are correctly set.
    108107
    109 After pressing add, the tunnel should appear in the list of forwarded ports and you can establish the tunnel by pressing the open button:\\
     108To establish the ssh tunnel, enter the "SSH-->tunnels" tab in the PuTTY configuration window. \\
     109You have to enter the source port (in this case 5901) and the destination (in this case jrc1391:5901) and than press add.
     110After pressing add, the tunnel should appear in the list of forwarded ports and you can establish the tunnel by pressing the open button:
    110111
    111 [[Image(putty3.jpg)]]\\
     112[[Image(putty2.jpg, 320px)]]
     113[[Image(putty3.jpg, 320px)]]
    112114
    113 === 4. Connect to the VNC server
    114 If you are using Linux, a vncviewer typically is already part of the distribution or can be installed from a repository. For Windows, a VNC viewer can be downloaded for example [http://sourceforge.net/projects/turbovnc/files/ here].\\
     115
     116=== 3. Connect to the VNC server
     117If you are using Linux, a vncviewer typically is already part of the distribution or can be installed from a repository. \\ For Windows, a VNC viewer can be downloaded for example [http://sourceforge.net/projects/turbovnc/files/ here].
     118
    115119Start your local VNC client and connect to localhost:1, e.g.:
    116120{{{ #!ShellExample
    117121vncviewer localhost:1
    118122}}}
    119 After typing in your vnc password, you will have access to the remote desktop.
     123After typing in your VNC password, you will have access to the remote graphical desktop running on the visualization node of JURECA.
    120124
    121125----