ssh_authorized_keys:
- ssh-rsa ...
Now I want to give the customer and operations the possibility to log in to the cluster with fleetctl to at least restart etc.
How is this possible?
cat .ssh/authorized_keys
says:
# auto-generated by /usr/bin/update-ssh-keys
but there's no info on how to add ssh keys to the machines.
Thanks
Patrick