]> git.pld-linux.org Git - packages/openssh.git/blobdiff - connect.html
- make rel to stand out from macros
[packages/openssh.git] / connect.html
index e20c56b7088c02ee6675e8e12a739306fb13ce11..f1f9e84721284b090a30e21cfe2305eccc488ec0 100644 (file)
@@ -173,6 +173,18 @@ For windows user, pre-compiled binary is also available:
 \r
 <h2><a name="sec1" id="sec1"></a>News</h2>\r
 <dl>\r
+<dt>2005-07-08</dt>\r
+<dd>\r
+Rev. 1.95. Buf fix for previous change. The bug causes the fail of\r
+  basic authentication. And also fixed bug of parameter file handling.\r
+  Thanks reporting, Johannes Schindelin <Johannes.Schindelin at gmx.de>.\r
+</dd>\r
+<dt>2005-07-07</dt>\r
+<dd>\r
+Rev. 1.94. Changed to use snprintf()/vsnprintf() for security issue\r
+  that gcc complained them on OpenBSD 3.7/x86. The features are not\r
+  changed.\r
+</dd>\r
 <dt>2005-03-04</dt>\r
 <dd>\r
 Updated compile option for Mac OS X.\r
@@ -314,13 +326,13 @@ may help you.
 </p>\r
 \r
 <pre class="example">\r
-## Outside of the firewall, use connect command with SOCKS conenction.\r
-Host *\r
-  ProxyCommand connect -S socks.local.net %h %p\r
-\r
 ## Inside of the firewall, use connect command with direct connection.\r
 Host *.local.net\r
   ProxyCommand connect %h %p\r
+\r
+## Outside of the firewall, use connect command with SOCKS conenction.\r
+Host *\r
+  ProxyCommand connect -S socks.local.net %h %p\r
 </pre>\r
 \r
 <p>\r
@@ -330,13 +342,13 @@ option in examle above, like this:
 </p>\r
 \r
 <pre class="example">\r
-## Outside of the firewall, with HTTP proxy\r
-Host *\r
-  ProxyCommand connect -H proxy.local.net:8080 %h %p\r
-\r
 ## Inside of the firewall, direct\r
 Host *.local.net\r
   ProxyCommand connect %h %p\r
+\r
+## Outside of the firewall, with HTTP proxy\r
+Host *\r
+  ProxyCommand connect -H proxy.local.net:8080 %h %p\r
 </pre>\r
 \r
 <h3><a name="sec7" id="sec7"></a>Use SSH</h3>\r
@@ -851,32 +863,26 @@ retrieve mails in secure.
 \r
 </p>\r
 \r
-<blockquote>\r
-<p>\r
-    poll mail-server\r
-      protocol pop3\r
-      plugin "ssh %h connect localhost %p"\r
-      username "username"\r
-      password "password"\r
-\r
-</p>\r
-</blockquote>\r
+<pre class="example">\r
+poll mail-server\r
+  protocol pop3\r
+  plugin &quot;ssh %h connect localhost %p&quot;\r
+  username &quot;username&quot;\r
+  password &quot;password&quot;\r
+&lt;/exmaple&gt;\r
 \r
-<h2><a name="sec23" id="sec23"></a>Break The More Restricted Wall</h2>\r
+* &lt;a name=&quot;sec23&quot; id=&quot;sec23&quot;&gt;&lt;/a&gt;Break The More Restricted Wall\r
 \r
-<p>\r
 If firewall does not provide SOCKS nor HTTPS other than port 443, you\r
 cannot break the wall in usual way.  But if you have you own host\r
 which is accessible from internet, you can make ssh connection to your\r
 own host by configuring sshd as waiting at port 443 instead of\r
 standard 22. By this, you can login to your own host via port 443.\r
 Once you have logged-in to extenal home machine, you can execute\r
-<strong>connect</strong> as second hop to make connection from your own host to\r
+**connect** as second hop to make connection from your own host to\r
 final target host, like this:\r
 \r
-</p>\r
-\r
-<pre class="example">\r
+&lt;example&gt;\r
 $ cat ~/.ssh/config\r
 Host home\r
   ProxyCommand connect -H firewall:8080 %h 443\r
@@ -1123,7 +1129,7 @@ Web page was made.
       <table width="100%" border="0" summary="Footer navigation">\r
        <tbody><tr>\r
          <td width="50%" align="left">\r
-           <span class="footdate">Last Updated: 2005-03-07</span><br/>\r
+           <span class="footdate">Last Updated: 2005-07-18</span><br/>\r
          </td>\r
          <td width="50%" align="right">\r
             This page is authored by <a href="mailto:gotoh@taiyo.co.jp">Shun-ichi GOTO</a>\r
This page took 0.049681 seconds and 4 git commands to generate.