Computer » How to???

Setup an ssh-public key?

First

# ssh-keygen -t dsa

on your computer. Then

# scp .ssh/id_dsa.pub remotecomputerip:".ssh/"

Then on the remote computer:

# mv .ssh/authorized_keys2 .ssh/authorized_keys

# cat .ssh/authorized_keys .ssh/id_dsa.pub >.ssh/authorized_keys

and you should be done.


Page last modified on February 28, 2007, at 04:11 AM
Designed by J.Peters & N.Ohanyan. Powered by PmWiki.
This page is an unofficial page only helping to inform the reader of the RoLL's research. The Max-Planck Society is not responsible for the content.