1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 01:35:39 +02:00

Add SSL / ssh tunnel to docs

This commit is contained in:
Martin Oberhuber 2006-08-19 03:17:01 +00:00
parent ffbc8f9026
commit 9fe0e0ce71
2 changed files with 6 additions and 1 deletions

View file

@ -126,7 +126,7 @@ In fact, the same ssh channel can also be used to start the server,
like in the following example: like in the following example:
<pre> <pre>
ssh -l moberhuber build.eclipse.org -L27127:build.eclipse.org:27127 \ 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'"
</pre> </pre>
Here, the RSE Server is started on port 27127 through an ssh connection, 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 and at the same time port 27127 is forwarded through ssh to the local

View file

@ -13,6 +13,11 @@
<a name="tbeginlinux"></a> <a name="tbeginlinux"></a>
<h1 class="topictitle1">Connecting to a remote Windows server</h1> <h1 class="topictitle1">Connecting to a remote Windows server</h1>
<div> <div>
<p>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 <a href="tbeginlinux.html">here</a> for setting up
a server on <a href="tbeginlinux.html">Linux, General UNIX or Mac</a>,
and additional configuration options.</p>
<div class="p"> <div class="p">
<p><b>Installing the server code</b></p> <p><b>Installing the server code</b></p>
<div class="p"> <div class="p">