You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like you're running qemu. By default we configure sshd within the qemu disk images to run with PermitRootLogin without-password which allows root logins, but only via an entry in /root/.ssh/authorized_keys. That will typically contain the build hosts's authorized_keys file if you had one when you build the disk image.
It looks like you're running qemu. By default we configure sshd within the qemu disk images to run with PermitRootLogin without-password which allows root logins, but only via an entry in /root/.ssh/authorized_keys. That will typically contain the build hosts's authorized_keys file if you had one when you build the disk image.
Not quite; it’ll be all of the build user’s ~/.ssh/*.pub.
I am using Mac OS terminal to ssh using:
ssh -p 19512 root@localhost
but it is repeatedly asking me for a password and refuses to login. Is there by any chance a password that the documentation isn't making mention of?
Thanks
The text was updated successfully, but these errors were encountered: