Hi folks,
when `autopkgtest --shell [...]` is run, it will output this:
autopkgtest [11:21:32]: - - - - - - - - - - running shell - - - - - - - - - -
You can now log into the VM through the serial terminal.
Depending on which terminal program you have installed, you can use one of
ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 10022 user@localhost
minicom -D unix#/tmp/autopkgtest-qemu.09ym6cj2/ttyS0
nc -U /tmp/autopkgtest-qemu.09ym6cj2/ttyS0
socat - UNIX-CONNECT:/tmp/autopkgtest-qemu.09ym6cj2/ttyS0
The tested source package is in /tmp/autopkgtest.DxD6tg/build.WJ0/real-tree
-----------------------------------------------------------------------
So to keep compatibility with autopkgtest, I recommend to also add the sshkey to
/home/user/.ssh/authorized_keys.
Greets,
Lee