From 702d81860af98f99043ecd604969e67d98fd5b00 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Mon, 7 Dec 2015 22:40:33 -0800 Subject: ssh login passwordless script JIRA: BOTTLENECK-32 Change-Id: I8dca120b3efe55b493b94ac77f95788212eedbc1 Signed-off-by: MatthewLi --- utils/infra_setup/passwordless_SSH/README.rst | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 utils/infra_setup/passwordless_SSH/README.rst (limited to 'utils/infra_setup/passwordless_SSH/README.rst') diff --git a/utils/infra_setup/passwordless_SSH/README.rst b/utils/infra_setup/passwordless_SSH/README.rst new file mode 100644 index 00000000..46a6aaae --- /dev/null +++ b/utils/infra_setup/passwordless_SSH/README.rst @@ -0,0 +1,30 @@ +.. +.. image:: ../etc/opnfv-logo.png + :height: 40 + :width: 200 + :alt: OPNFV + :align: left +.. +| +| + +how to use the ssh login passwordless script +============================================ + +This script helps configure passwordless SSH between two machines. + +SCOPE +The script itself is nothing more than putting in line the few commands needed to set up this rather simple, if annoying, procedure and should keep +you focusing on the important stuff rather than remembering syntax details. + +USAGE +You must place this script on the client machine and run it. You can provide two arguments on the command line, the first one is the hostname that will +accept passwordless login and the second one is the username on that machine. + +If the second argument is ommited, the username will default to the username on the client machine and if both arguments are omitted, they will be asked interactively. + + +evision: _sha1_ + +Build date: |today| + -- cgit 1.2.3-korg