yes because then you can ditch passwords entirely. you already have authorization when getting logged in over SSH, why would you type random strings into your keyboard again?
my rant won't fix it, so this is not a change request, but for the record: everyone should just bring their own tools to the server via ssh, there's technically no need to clutter the config with some random preferences that will never age well.
I agree on disabling sudo passwords, and removing passwords altogether. May even disable root login, as @koen noted on Matrix.
infra/
(#12)
infra/
subdirectory
@Niols What exactly does Selenium need to wait for here? You can server.wait_for_unit()
and the like, but that seems to already happen. Or is it supposed to wait for the browser engine itself to…