Sandal6823@sh.itjust.works to Linux@lemmy.ml · edit-212 days agoWhy disable ssh login with root on a server if I only log in with keys, not password?message-squaremessage-square60fedilinkarrow-up171arrow-down14file-text
arrow-up167arrow-down1message-squareWhy disable ssh login with root on a server if I only log in with keys, not password?Sandal6823@sh.itjust.works to Linux@lemmy.ml · edit-212 days agomessage-square60fedilinkfile-text
On a server I have a public key auth only for root account. Is there any point of logging in with a different account?
minus-squaregrrgyle@slrpnk.netlinkfedilinkarrow-up1·12 days agoMaybe if you escaped the command like \\type sudo?
minus-squarecatloaf@lemm.eelinkfedilinkEnglisharrow-up1·12 days agoYou assume the shell isn’t compromised.
Maybe if you escaped the command like
\\type sudo
?You assume the shell isn’t compromised.