Here is how I have done this:
1. run ssh-keygen to generate your public and private keys. 2. scp your public key to $HOME/.ssh/ on the remote host 3. ssh to the remote host and cat the public key you just copied there to your .ssh/authorized_keys file.
Ryan
Excellent and timely... thanks to Michael and David as well!
-- Daniel Monjar IS Manager, Technical Services bioM�rieux, Inc. Durham, NC US -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
