Hi, I want to bootstrap a client via private / public-key, but I got an error message: Load key "/srv/susemanager/salt/salt_ssh/temp_bootstrap_keys/boostrapKeyTmp-0b697b75-4f8c-4df3-b4eb-86a6b45d7ec8": invalid format I guess this could be a CR/LF problem, because the private key is stored on a windows machine. When I copy the tmp file before it is deleted I can see, that there is a CR/LF and so it differs from the linux file. Could this be the problem? cat -e <temp_bootstrap_keys/boostrapKeyTmp-0b697b75-4f8c-4df3-b4eb-86a6b45d7ec8 -----BEGIN OPENSSH PRIVATE KEY-----^M$ b3BlbnNzaC1rZXktdjEAAAAACmFlczI1Ni1jdHIAAAAGYmNyeXB0AAAAGAAAABA6i5cmFq^M$ cat -e <original file on linux -----BEGIN OPENSSH PRIVATE KEY-----$ b3BlbnNzaC1rZXktdjEAAAAACmFlczI1Ni1jdHIAAAAGYmNyeXB0AAAAGAAAABA6i5cmFq$ Is it possible to use a private key, stored somewhere on the uyuni server? Kind regards Peter
participants (1)
-
Huber, Peter