Blake Fitch
unread,Nov 10, 2021, 3:03:26 PM11/10/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Warewulf, Ian Kaufman, Warewulf, Blake Fitch
I just repeated the process outlined. the permission followed your outline. The *.pubs are --rw-r--r--. which is exactly how ssh-keygen makes them. The id_rsa and clsuter are just -rw------, read write owner. And that's consistent with all other users on the cluster.
So perms were ok but, what was missing was after all that was the authorized.keys file.
What works soup to nuts:
* mv .ssh old.ssh
* ssh-keygen # followed by three empty returns
* cp .ssh/id_rsa .ssh/cluster
* cp .ssh/id_rsa.pub .ssh/cluster.pub
* .ssh/cluster.pub .ssh/authorized_keys
* ssh compute-1 # accept authenticity of new host and you're in w/o a password
The user might want to add back other keys.
It all seems obvious now. Thanks very much for your help!
Best,
Blake