
Netstat tells me that we are listening on port 22: # netstat -tlnĪctive Internet connections (only servers) TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 I assign it an unused class C address in the same subnet as my Linux host like so: However the eth0 interface has to be assigned an IP manually. Starting dropbear sshd: random: dropbear: uninitialized urandom read (32 bytes read, 1 bits of entropy available)

Network related boot messages that tell that the network has been initialized and dropbear sshd was brought up and running: initrd buildroot/output/images/rootfs.cpio

kernel linux-4.4.192/arch/arm/boot/zImage I've used buildroot to create the initrd system and I've used the codesourcery cross-compiler that buildroot downloads as part of it's setup to compile the Linux Kernel. I have set up a QEMU virtual machine emulating the vexpress-a9 machine.
