Now that the Mexico and Brazil game ended I can continue...

--------------------

You need to open the connection without password;



        ssh-keygen -N "" -t dsa



this creates in the directory



        ~/.ssh


also the



        id_dsa

        id_dsa.pub



files

now copy "id_dsa.pub" at the end of

        authorized_keys



and the permisions of the files in '.ssh' should be 700, that is:



        chmod 700 *



that is, only the user has permission for everything and the group or the world 
cannot modify, see or execute the files in the '.ssh' directory



next time that you reenter your account



        ssh me@localhost



it will not ask for password



Now, if you want to work in another machine then copy the



        id_dsa.pub



into the



        authorized_keys



of the other machine.






_______________________________________________
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html

Reply via email to