Have had to use serial port a lot lately because working with #FPGA’s and the #lowRISC #ethernet driver is not that stable. #kermit is still the ultimate choice for this type of job IMHO :-)
Whereas in some other options you have surf through menus, this is all I need with kermit:
$ cat ~/.kermrc
set line /dev/ttyUSB0
set speed 115200
set carrier-watch off
set flow-control none
@ikkeT did the switch to podman as the same build command-line and Dockerfile
did not cause issues. Just wanted be cautious at first :-)
Apparently these also got pre-created (probably) by Debian package’s post-install script:
$ cat /etc/sub{uid,gid}
jarkko:100000:65536
jarkko:100000:65536
This is the first time in my life when I’m pro-actively using containers in my work so better to be still somewhat conservative in choices and take babysteps :-) Although it gives some lift that I know what naemspaces and cgroups are, and how they work.
Wondering if there would be a way to sort #ecryptfs and #ssh conflict with a PAM module for #OpenSSH that would sort of “plug out” the #authentication part. AFAIK this problem comes from “non-standard” authentication path of OpenSSH: it ignores PAM and does its own thing.