[torqueusers] trouble getting started -- jobs stuck in queue
Jerry Smith
jdsmit at sandia.gov
Tue Feb 9 13:36:36 MST 2010
>
>
> It seems I need to force the host-keys into the known_hosts file, but
> which known_hosts file? The users? root? The queue manager?
Each user will need keys, so here is a quick and dirty way to setup
password-less ssh ( from the user/client side, as you will still need
to setup sshd to accept public-key auth ), with the added benefit of
ignoring the known-hosts piece.
# ssh-keygen
<enter>
<enter>
<enter>
# cd ~/.ssh
# cp -a id_rsa.pub authorized_keys
# echo "StrictHostKeyChecking no" >>config
-Jerry
More information about the torqueusers
mailing list