Hello Busybox, I am connecting to a device by a port serial (1), and there is the boot log/console. When I connect to the device with the ssh (2), it s a new session and I don't have the log (1), if I used dmesg, I have the partial log ( mainly the kernel logs ), but I don't have the full one What is the most efficient way to have the full boot log by ssh ? and interact with it? as have back the first shell session? Is there a tips busybox to do it ?? Currently, I can by (1) launch my prog with a redirection to a file, and read it from the ssh, but it s not perfect, because it should be done on all processes... How could I have the full /dev/console from ssh? Thank for your support