From 9fe0e0ce717a956369285bd6717485c92fd34c22 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Sat, 19 Aug 2006 03:17:01 +0000 Subject: [PATCH] Add SSL / ssh tunnel to docs --- rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html | 2 +- rse/doc/org.eclipse.rse.doc.user/tasks/tbeginwindows.html | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html index 15acdd0a770..c7075ca451d 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html @@ -126,7 +126,7 @@ In fact, the same ssh channel can also be used to start the server, like in the following example:
ssh -l moberhuber build.eclipse.org -L27127:build.eclipse.org:27127 \ - "sh -c 'cd ~/rseserver/latest; ls; perl ./server.pl 27127'" + "sh -c 'cd ~/rseserver/latest; perl ./server.pl 27127'"Here, the RSE Server is started on port 27127 through an ssh connection, and at the same time port 27127 is forwarded through ssh to the local diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginwindows.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginwindows.html index 86462dd5a4a..34b175f721a 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginwindows.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginwindows.html @@ -13,6 +13,11 @@
The following documentation explains how to install the Windows server +code, start the server daemon, and make a connection to a remote Windows +server. Look here for setting up +a server on Linux, General UNIX or Mac, +and additional configuration options.
Installing the server code