We need DSH to manage the machines. For this we need SSH set up "passwordless", i.e., we want key-based authentication, preferrably with passphrase, which can be presented via the ssh-agent.
For OpenSSH_3.5p1...
Ok, I can login via with SSH via the password authentication method; I have an entry in ~.ssh/known_hosts.
ssh-keygen -b 1024 -t rsawith suitable pass-phrase to go with the keys.
ssh <remote.machine> -l simonh Enter passphrase for key '/home/si2/.ssh/id_rsa': remote>
Finally, set up the SSH Agent
local> eval `ssh-agent` Agent pid... loca> ssh-addNow I can login "password-free".
/usr/local/dsh/node_groups/ALL:
# --------------------------------------------------------------------------- # -- row next to corridor, starting near door : ##130.88.149.97 --- dsh master, nearest door : 130.88.149.98 130.88.149.99 130.88.149.100 130.88.149.101 130.88.149.102 # --------------------------------------------------------------------------- # -- row... # --------------------------------------------------------------------------- # -- row... # --------------------------------------------------------------------------- # -- row... # --------------------------------------------------------------------------- # -- The End. # ---------------------------------------------------------------------------
...previous | up (conts) | next... |