On 22 Feb Matthew Seaman wrote:
> Generate an ssh key in the usual way:
> 
>     # ssh-keygen -b 1024 -t rsa 
> 
> which will prompt you for a passphrase. Enter one. The command will
> create two files:
> 
>     id_rsa (the private key) and 
> 
>     id_rsa.pub (the public key)
> 
> Move 'id_rsa' in /root/.ssh and make sure it has the right ownership

[cut the rest of the info]

It works great! Very simple if you know how to act ;)

I understand that I have to copy my public key to all machines I want to
have a remote login-to. So far so good..
But what do I do ON another machine (in my intranet)? Do I use *another*
private key there or can I just use the one I have on my "main" machine?

Thanks for all your help. Keeping copies of them :-))

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to