Difference between revisions of "Tutorial: Running MPI Programs on Hadoop Cluster"
(→Setup password-less ssh) |
(→Setup password-less ssh) |
||
Line 12: | Line 12: | ||
</onlysmith> | </onlysmith> | ||
* login to one of the Linux-Mint machines with your 352a-xx account. | * login to one of the Linux-Mint machines with your 352a-xx account. | ||
− | * enter | + | * enter the following commands: |
ssh-keygen -t rsa | ssh-keygen -t rsa | ||
ls .ssh | ls .ssh |
Revision as of 13:00, 15 October 2013
--D. Thiebaut (talk) 13:57, 15 October 2013 (EDT)
Setup password-less ssh
- Follow directions in this page, or follow the steps summarized below.
- We'll use 3 of the Linux-Mint machines for this demo.
- login to one of the Linux-Mint machines with your 352a-xx account.
- enter the following commands:
ssh-keygen -t rsa ls .ssh cd .ssh mv id_rsa id_rsa.mpi mv id_rsa.pub id_rsa.mpi.pub ls -l total 12 -rw------- 1 352a 352a 1675 Oct 15 13:33 id_rsa.mpi -rw------- 1 352a 352a 396 Oct 15 13:33 id_rsa.mpi.pub -rw-r--r-- 1 352a 352a 444 Oct 14 14:26 known_hosts cat id_rsa.mpi.pub > authorized_keys emacs -nw config (and add the next line to the file) IdentityFile ~/.ssh/id_rsa.mpi