Here is a link to where you’ll find this guidance within the Connect IT 4 User Guide (a model which uses a different OS than the ConnectPort, therefore configured differently):
I was using puttygen to generate the keypair. The public key file generated by puttygen started with the following text:
---- BEGIN SSH2 PUBLIC KEY ----
Comment: "rsa-key-20xxxxxx"
[public key content]
---- END SSH2 PUBLIC KEY ----
As I copy the whole text as ssh key, it won’t work.
The correct format which generate under linux is:
ssh-rsa [public key content]
Although, the private key file needs to be convert to putty format before putty can accept it.
Modify the ssh content from puttygen also works, just remove all the header/footer other than public key, add ssh-rsa in the front. save the ssh key and you are good to go.
Maybe Digi can add this into new firmware automatically extract the key into the system. Or just put note there, copy public key content only.