ssh-keygen -t rsa
ssh-copy-id -i ~/<pub-key-file> <username>@<host>
kubectl create secret generic migoperator-secret --from-file=ssh-privatekey=/path/to/.ssh/id_rsa --from-file=ssh-publickey=/path/to/.ssh/id_rsa.pub
ssh-keygen -t rsa
ssh-copy-id -i ~/<pub-key-file> <username>@<host>
kubectl create secret generic migoperator-secret --from-file=ssh-privatekey=/path/to/.ssh/id_rsa --from-file=ssh-publickey=/path/to/.ssh/id_rsa.pub