[Beowulf] Regarding /etc/ssh/ssh_config
Steve Brenneis
sbrenneis at surry.net
Sun Aug 15 17:53:59 PDT 2004
Akhtar,
If I understand what you are asking...
You should not need to change anything in ssh_config to accomplish
no-password logins using OpenSSH. You simply need to append the public
key of the user you wish to authenticate to the authorized_keys file in
the .ssh directory of the home directory for the user allowing access.
It can usually be done with something similar to:
Generate the key for the user to be authenticated:
ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa
Copy the public key to the authenticating system and add it to the
authroized keys:
cat id_rsa.pub >> ~/.ssh/authorized_keys
Hope this helps.
On Sat, 2004-08-14 at 16:50, akhtar Rasool wrote:
> Hi,
> Actually i want to know the UNCOMMENTED lines of the file
> /etc/ssh/ssh_config, for passwordless ssh. I m severely stuck in this
> process kindly help me
> out.............................
>
> i m implementing cluster using MPICH...
>
> Akhtar
>
>
>
> ______________________________________________________________________
> Do you Yahoo!?
> Yahoo! Mail - You care about security. So do we.
>
> ______________________________________________________________________
> _______________________________________________
> Beowulf mailing list, Beowulf at beowulf.org
> To change your subscription (digest mode or unsubscribe) visit http://www.beowulf.org/mailman/listinfo/beowulf
--
Steve Brenneis <sbrenneis at surry.net>
More information about the Beowulf
mailing list