this post was submitted on 12 Apr 2025
90 points (95.9% liked)

Linux

53008 readers
1173 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

On a server I have a public key auth only for root account. Is there any point of logging in with a different account?

you are viewing a single comment's thread
view the rest of the comments
[–] slothrop 3 points 1 day ago (1 children)

You would have to know the root password.

[–] [email protected] 0 points 1 day ago (1 children)

With aliases in the bashrc you can hijack any command and execute instead of the command any arbitrary commands. So the command can be extracted, as already stated above, this is not a weakness of sudo but a general one.

[–] slothrop 3 points 1 day ago (1 children)

You would have to KNOW the root password.

[–] [email protected] 0 points 1 day ago (2 children)

No you can alias that command and hijack the password promt via bashrc and then you have the root password as soon as the user enters it.

[–] [email protected] 4 points 1 day ago

No, that's not how it works.
You really should stop talking shit about things you know nothing about.
Truly sad.

[–] [email protected] 4 points 1 day ago* (last edited 1 day ago) (1 children)

As root:

  # chattr +i /home/ShortN0te/.bashrc

Anything else?

[–] [email protected] 0 points 1 day ago (2 children)

There are many ways to harden against it, but "just disable root auth" is not really it, since it in itself does not add much.

[–] [email protected] 5 points 1 day ago

So, you learned about .bashrc today, and you're now an expert?
Perhaps stand down and let the experts have their say.

[–] [email protected] 4 points 1 day ago

??

Seriously - if you're "advising" on linux best practices, get lots of liability insurance.