Hi, the test job : https://gitlab.com/lava/lava/-/blob/master/tests/lava_dispatcher/sample_jobs... device types: https://gitlab.com/lava/lava/-/blob/master/etc/dispatcher-config/device-type... device: {% extends 'ssh.jinja2' %} {% set ssh_host = 'localhost' %} {% set ssh_user = 'test' %} lava version : 2023.08
The job failed because of missing passwd. log as below: test@localhost: Permission denied (publickey,password). Connection closed end: 2.1 scp-deploy (duration 00:00:00) [common]
It would be very grateful if you could tell me how to autologin ssh server with user password.