<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hellow there, answer in the mail :<br>
    <br>
    Le 15/01/2012 11:03, G S3123889 a écrit :
    <blockquote
cite="mid:CAOiN8H9tLhwpKAAM7yL=x+1mhKXHhX6Ow-ShmsFiMhD25xgdvQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <p class="MsoNormal" dir="LTR" style="text-align: justify;
          direction: ltr;">Hi</p>
        <p class="MsoNormal" dir="LTR" style="text-align: justify;
          direction: ltr;"><span dir="RTL" style="font-size: 12pt;
            line-height: 110%; font-family: Narkisim;" lang="HE"> </span></p>
        <p class="MsoNormal" dir="LTR" style="text-align: justify;
          direction: ltr;">I'm none technical person nor developer (just
          end user)</p>
        <p class="MsoNormal" dir="LTR" style="text-align: justify;
          direction: ltr;">Will it be possible not to use 443 for https,
          since </p>
      </div>
    </blockquote>
    This is up to the server. If the server decides to use port 443 for
    HTTPS, you can't really choose another port, unless you use a proxy.<br>
    <br>
    <blockquote
cite="mid:CAOiN8H9tLhwpKAAM7yL=x+1mhKXHhX6Ow-ShmsFiMhD25xgdvQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <p class="MsoNormal" dir="LTR" style="text-align: justify;
          direction: ltr;">if I have FBX, I'd like to use it also for
          Web browsing via a secure
          shell (ssh) tunnel.(from internet caffe, work etc...)<br>
        </p>
        <p class="MsoNormal" dir="LTR" style="text-align: justify;
          direction: ltr;"><span dir="RTL" style="font-size: 12pt;
            line-height: 110%; font-family: Narkisim;" lang="HE"> </span></p>
        <p class="MsoNormal" dir="LTR" style="text-align: justify;
          direction: ltr;">This way we already have ssh connection, all
          communication is already
          encrypted, so there is no need to re-encrypt it again.</p>
        <p class="MsoNormal" dir="LTR" style="text-align: justify;
          direction: ltr;"><span dir="RTL" style="font-size: 12pt;
            line-height: 110%; font-family: Narkisim;" lang="HE"> </span></p>
        <p class="MsoNormal" dir="LTR" style="text-align: justify;
          direction: ltr;">And if for example one FB wants to post mail
          to another FB, all it has
          to do is,</p>
        <p class="MsoNormal" dir="LTR" style="text-align: justify;
          direction: ltr;">Open ssh tunnel to that box, using
          spharemonkey,and smtp to the postfix
          on the other box using ssh tunnel.</p>
        <p class="MsoNormal" dir="LTR" style="text-align: justify;
          direction: ltr;"> </p>
        <p class="MsoNormal" dir="LTR" style="text-align: justify;
          direction: ltr;">Same with browsing, web page on remote FBX,
          it is just a matter of ssh
          to the remote machine using ssh and route using Squid. </p>
        <p class="MsoNormal" dir="LTR" style="text-align: justify;
          direction: ltr;">This way, there is no need to re-encrypt the
          communication.</p>
        <p class="MsoNormal" dir="LTR" style="text-align: justify;
          direction: ltr;"><br>
        </p>
        <p class="MsoNormal" dir="LTR" style="text-align: justify;
          direction: ltr;">
          Thanks</p>
      </div>
    </blockquote>
    <br>
    Well, HTTPS is a end-to-end encryption between your laptop and the
    website you want to browse. If you are browsing from a mcdonal or
    anywhere else.  tunneling your traffic through a SSH tunnel will
    provide you an encryption from your laptop to your FBX but will not
    provide you end-to-end encryption because the traffic between FBX
    and the website will remain unencrypted, unless you are using HTTPS.<br>
    <br>
    i'm not really sure to understand how you want to tunnel your
    traffic, but here is a quiet straightforward procedure. you can
    create a SOCKS server on the local side, listenning on port 9999
    with the following command : ssh -D 9999 login@FBX  <br>
    all you have to do now is to configure your browser to use the fresh
    new local socks proxy to browse the internet. FoxyProxy (Firefox) is
    a good add-on to save your configuration and fast switch your
    browser to it (with a button).<br>
    <br>
    Note that you can also configure other software (i.e. mail, chat) to
    use this proxy.<br>
    <br>
    Hope that'll help,<br>
    <br>
    Lucien.<br>
    <br>
    <br>
  </body>
</html>