Passwordless SSH to Spartan
June 6, 2019
For Initial setup use Step 1:-cat .ssh/id_rsa.pub | ssh root@spartan.la.asu.edu -p 2200 ‘cat >> .ssh/authorized_keys’set the following permissions in spartan.ssh – 700.ssh/autherized_keys – 640/ – 775Test the changes with :- ssh -p 2200 root@spartan.la.asu.edu Note :-If it is not working even after following this step this changes then you haven’t followed it correctly or you… read more »
