[cvs] [Wiki] changed: IngoSSH2

Michael Slusarz slusarz at horde.org
Sun Aug 13 19:43:33 PDT 2006


slusarz  Sun, 13 Aug 2006 19:43:32 -0700

Modified page: http://wiki.horde.org/IngoSSH2
New Revision:  1.1
Change log:  No need to hack - this has already been done

@@ -1,36 +1,2 @@
-For those who prefer SSH2 over FTP for for security, due to upgrades to the Horde framework , Ingo can now be configured to use SSH2 with a small change to the /ingo/lib/Driver/vfs.php script.
- 
-This can certianly be improved on (and please do!), but the down and dirty way is simply to comment out the following 2blocks under the function setScriptActive and getScript (near lines 75 & 101):
-
-<code type="php">
-/*
-if  ($this->_params['vfstype'] != 'ftp) {
-     return PEAR::raiseError(_(sprintf("VGS type \"%s\" not yet implemented.", $this->_params['vfstype'])));
-}
-*/
-
-</code>
-
-then to your /ingo/config/backends.php and add
-
-<code type="php">
-$backends['maildrop'] = array (
-    'driver' => 'vfs',
-    'preferred' => '',
-    'hordeauth' => false,
-    'params' => array(
-        'hostspec' => 'localhost',
-        ''filename' => '.mailfilter',
-        'port' => 22,
-        'vfstype' => 'ssh2',
-        'username' => 'user',
-        'password' => 'pass',
-       'vfs_path' => '/path/to/maildrop/',
-    ),
-    'script' => 'maildrop',
-    'scriptparams' => 'maildir',
-    )
-)
-
-</code>
+For those who prefer SSH2 over FTP for for security, due to upgrades to the Horde framework , Ingo can now be configured to use SSH2.  Upgrade to the latest stable version of both the Horde Framework and Ingo to do this.
  


More information about the cvs mailing list