On Wed, Jun 23, 2010 at 10:38 AM, Paul McNett <[email protected]> wrote:
> cd c:\cygwin\Administrator\.ssh > scp id_dsa.pub [email protected]: > <enter password> > ssh [email protected] > <enter password> > cat id_dsa.pub >> .ssh/authorized_keys2 > exit You'll also want to return to the target machine and erase the original id_dsa.pub from your home directory. On many Linuxes, the ssh_copy_id script will do this all for you as an automated task. Really handy. -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

