Signed-off-by: John Wilkins <john.wilkins@inktank.com>
On the admin host, generate an ``ssh`` key without specifying a passphrase
and use the default locations. ::
- sudo -s
+ sudo -i
ssh-keygen
Generating public/private key pair.
Enter file in which to save the key (/root/.ssh/id_rsa):
ssh-copy-id root@myserver01
ssh-copy-id root@myserver02
-Modify your ``~/.ssh/config`` file to login as ``root``, as follows::
+Modify your ``/root/.ssh/config`` file to login as ``root``, as follows::
Host myserver01
Hostname myserver01.fully-qualified-domain.com