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.
i couldn't find the key words e.g ssh_passwd for ssh there is the password setting for serial auto_login: login_prompt: 'login:' username: root password_prompt: 'Password:' password: root
is there any wrong with me?
by the way, I can connect the board with ssh ssh_identity_file . but I don't know how to connect with ssh password.
Hello,
we don't use ssh deploy and boot anymore so I'm not sure this is working correctly anymore. Anyway ending ssh password was never supported AFAIR.
Rgds
Le lun. 23 oct. 2023 à 08:41, irreallich@126.com a écrit :
by the way, I can connect the board with ssh ssh_identity_file . but I don't know how to connect with ssh password. _______________________________________________ lava-users mailing list -- lava-users@lists.lavasoftware.org To unsubscribe send an email to lava-users-leave@lists.lavasoftware.org %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
lava-users@lists.lavasoftware.org