[plug] ssh keys
Richard Meyer
meyerri at au1.ibm.com
Fri Aug 22 10:57:49 WST 2003
----- Forwarded by Richard Meyer/Australia/Contr/IBM on 22/08/2003 10:53 AM
-----
"Jon Miller"
<jlmiller at mmtnetwo To: <plug at plug.linux.org.au>
rks.com.au> cc:
Subject: [plug] ssh keys
22/08/2003 11:20
AM
Please respond to
plug
>Got a question regarding ssh keys.
>I need to have on a rhl server the ssh public key from several locations
(home and office). Do I need to use >the same key or is there a way to add
multiple public keys to the one authorized_keys file on the main servers?
>In other words if I generate the public key on one workstation (office
desktop) and I add this to the servers. >Do I need to copy the desktop key
to the home PC also?
If I understand your question correctly, you want to allow access to a
particular machine from several others?
If so, copy the public keys from the various machines to the machine you
need, and then
cat public_key1 >> authorised_keys
cat public_key2 >> authorised_keys
cat public_key3 >> authorised_keys
and then you can ssh paswordlessly(if there is such a word) from any of the
machines where the public keys came from.
Regards
RichardM
More information about the plug
mailing list