Closed rgrunbla closed 3 years ago
Hi @rgrunbla Have you done the requirements ? You must upload your auto-generated SSH public key on the frontend ($ cat ~/.ssh/id_rsa.pub) on the IoT-LAB webportal user profile. Best regards.
Since then I wiped my ~/.ssh directory multiple time to test some automation with the platform so, the answer might be "no". I'm executing some experiments right now so I'm closing this issue until I have the time to try again, i'll re-open if necessary. Thanks !
I think I got it: I'm using an ed25519 ssh key, which I uploaded into the my ssh directory (and which is also located in the IoT-LAB webportal user profile).
According to https://github.com/iot-lab/ssh-cli-tools/blob/742ad9100ac7a6778c847a60d881584ef3558200/iotlabsshcli/sshlib/open_linux_ssh.py#L127, only the rsa keys are used (it seems), which explain why it was not working on the frontend.
Hello. The doc states that "it’s not mandatory to install them on your computer as they are installed by default on all IoT-LAB SSH fronted servers". At the same time, it seems executing iotlab-ssh on the frontend servers does not give the expected results:
Is this a bug ?
Thanks, Rémy