[openduckbill commit] r35 - trunk/docs

0 views
Skip to first unread message

codesite...@google.com

unread,
Feb 21, 2008, 2:46:32 AM2/21/08
to opendu...@googlegroups.com
Author: anoopcj
Date: Wed Feb 20 23:45:36 2008
New Revision: 35

Modified:
trunk/docs/README
trunk/docs/README.access

Log:
Added a "Latest version" section, so that users are given a hint to
look for more up-to-date versions online, in-case docs fail to make
the released package.

Modified: trunk/docs/README
==============================================================================
--- trunk/docs/README (original)
+++ trunk/docs/README Wed Feb 20 23:45:36 2008
@@ -1,6 +1,7 @@
Openduckbill
-------------

+ Latest Version
Introduction
Features
Requirements
@@ -40,6 +41,11 @@
Project URL
Reference Links

+
+Latest Version
+--------------
+
+ The latest version of these docs are here: http://code.google.com/p/openduckbill/w/list

Introduction
-------------

Modified: trunk/docs/README.access
==============================================================================
--- trunk/docs/README.access (original)
+++ trunk/docs/README.access Wed Feb 20 23:45:36 2008
@@ -1,3 +1,7 @@
+Latest Version
+---------------
+
+ The latest version of these docs are here: http://code.google.com/p/openduckbill/w/list

Setting up passwordless ssh login when backup method is RSYNC (over ssh)
-------------------------------------------------------------------------
@@ -61,10 +65,15 @@
;;
*)
echo "Access restricted"
+ exit 1
;;
esac

The variable SSH_ORIGINAL_COMMAND is the command that is going to
be executed in the server. In this script, we check if the command is
an rsync --server command, which is used by openduckbill to transfer
data. If it matches the "case", the command is executed else the
connection is disconnected. Enabling this script will also block ssh
login access from odbuser@odbclient.
+
+ The exit code 1 might be useful if client programs depends on exit
codes from the ssh command.
+
+ Obviously, the "case" statement can be altered in variety of
methods to make the ssh server respond in different ways.

* Make sure following are the permissions

Reply all
Reply to author
Forward
0 new messages