I'll try that tonight...<div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Nov 29, 2012 at 1:08 AM, der.hans <span dir="ltr"><<a href="mailto:PLUGd@lufthans.com" target="_blank">PLUGd@lufthans.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Am 29. Nov, 2012 schwätzte Eric Cope so:<br>
<br>
moin moin Eric,<div><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
I am trying to connect a Crashplan Desktop to a headless Crashplan engine.<br>
Following their instructions, I setup an SSH tunnel by:<br>
<br>
ssh -L 4200:localhost:4243 eric@e-server.loc<br>
<br>
When I start my Crashplan Desktop, which has been configured to use the<br>
tunnel, I get these error messages in the SSH window:<br>
<br>
open failed: administratively prohibited: open failed<br>
<br>
I've searched quite a bit. I've added these lines to my sshd_config file:<br>
<br>
AllowTcpForwarding yes<br>
PermitTunnel yes<br>
<br>
but it does not seem to make a difference. Any ideas?<br>
</blockquote>
<br></div></div>
Did you restart the SSH daemon?<br>
<br>
ssh -L 2222:localhost:22 eric@e-server.loc<br>
<br>
Does that work? Can you then ssh to port 2222 on your desktop?<br>
<br>
ssh -p 2222 localhost<br>
<br>
On e-server, can you telnet to port 4243?<br>
<br>
telnet localhost 4243<br>
<br>
ciao,<br>
<br>
der.hans<span class="HOEnZb"><font color="#888888"><br>
-- <br>
#  <a href="http://www.LuftHans.com/" target="_blank">http://www.LuftHans.com/</a>        <a href="http://www.LuftHans.com/Classes/" target="_blank">http://www.LuftHans.com/<u></u>Classes/</a><br>
#  Molotov Bible - religion thrown at other people in order to cause an<br>
#  explosive situation - der.hans</font></span><br>---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br></blockquote></div><br></div>