Hello,I want to use my own ssh key.I uploaded my own rsa key with 2048 bits with tftp. ip ssh pub-key-file tftp key_rsa2048.puband show up client-pub-key returns---- BEGIN SSH2 PUBLIC KEY ----ssh-rsa ....---- END SSH2 PUBLIC KEY ----And my verbos...
I want to use ansible. But get still errors. However I activate scp with ip ssh scp enable. ESTABLISH SSH CONNECTION FOR USER: paul SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=22 -o KbdInteractiveAuthentication=no -o Preferre...
Thanks for your answer. It helped!I fixed it with the command ssh-keygen -e -f id_rsa.pub > pkeys.txt. I gues you use the RFC 4716 standard. So I could also use comments. Please add this to the documentation.