3
sudo without password when connected via ssh
(lemmy.world)
Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. Debian provides more than a pure OS: it comes with over 59000 packages, precompiled software bundled up in a nice format for easy installation on your machine.
Since you mention setup instead of any manual install screwery, I’d say root(uid 0) is still very real, you just didn’t setup any login for it. Every time you
sudo
(substitute-user-do), you(probably uid 1000) are running that command as root instead of you. In fact, justsudo -i
and you are now “logged in” as root.Edit: Missed the context. Should still be useful info but you probably are not accidentally remoting into an account you never setup the login for.