summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2013-09-25 13:44:01 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2013-09-25 13:56:31 +0900
commitcf9f9495bb4e621b5a2e5713804d507752dfbb7d (patch)
treeea66955c86386b1073c1a5d0567760099261456d
parentbc0220489e12f71b5c77d8d62acf80abd6064156 (diff)
downloadpygerrit-cf9f9495bb4e621b5a2e5713804d507752dfbb7d.tar.gz
Update the README notes about ssh configuration
Since commit 730b6b8bc3697f4294edbf3b73cec47b64c625c0 it is not mandatory to specify the ssh connection parameters in the user's .ssh/config file. Update the README file accordingly. Refs #10 Change-Id: I505c90ee949ba6729baa9fed1e898fe7ed43879f
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index bb0f5cd..f8eae5a 100644
--- a/README.rst
+++ b/README.rst
@@ -20,9 +20,9 @@ Prerequisites
Pygerrit runs on Ubuntu 10.4 and Mac OSX 10.8.4 with Python 2.6.x and 2.7.x.
Support for other platforms and Python versions is not guaranteed.
-To connect to the review server, pygerrit requires the ssh connection
-parameters (hostname, port, username) to be present in the ``.ssh/config``
-file for the current user:
+For easier connection to the review server over ssh, the ssh connection
+parameters (hostname, port, username) can be given in the user's ``.ssh/config``
+file:
.. code-block:: bash