]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
document the new SSH copy-key functionality
authorAlfredo Deza <alfredo.deza@inktank.com>
Tue, 12 Nov 2013 20:27:12 +0000 (15:27 -0500)
committerAlfredo Deza <alfredo.deza@inktank.com>
Tue, 12 Nov 2013 20:27:12 +0000 (15:27 -0500)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
docs/source/index.rst

index 201a0fe729f47df19f5630cf067644b9ea4eb777..f2886956578b82cdb7cc7a18cd31978fd2a83131 100644 (file)
@@ -122,6 +122,27 @@ This would be the same expectation for any action that warrants a connection to
 a remote host.
 
 
+SSH Keys
+--------
+Ideally, all nodes will be pre-configured to have their passwordless access
+from the machine executing ``ceph-deploy`` but you can also take advantage of
+automatic detection of this when calling the ``new`` subcommand.
+
+Once called, it will try to establish an SSH connection to the hosts passed
+into the ``new`` subcommand, and determine if it can (or cannot) connect
+without a password prompt.
+
+If it can't proceed, it will try to copy *existing* keys to the remote host, if
+those do not exist, then passwordless ``rsa`` keys will be generated for the
+current user and those will get used.
+
+This feature can be overridden in the ``new`` subcommand like::
+
+    ceph-deploy new --no-ssh-copykey
+
+.. versionadded:: 1.3.2
+
+
 Managing an existing cluster
 ============================