Hello,
I have several 90x devices where I am trying to get a linux generated public rsa key imported into the ssh-server so my Ansible can automate tasks.
I copy the text contents of id_rsa.pub.
I enter (AOS R14.2.0.E):
ssh-server pubkey-chain
username myusername key-string
<paste in the public key>
enter 2x.
I get "%Input has invalid format".
I know this key pair works in Linux though.
I have seen the older Adtran guide from 2018 Configuring SSH Public Key Authentication.pdf but it really didn't seem to help. Is there a newer guide?
Can someone tell me what I am missing?