You are viewing a single comment's thread from:

RE: How to properly setup SSH Key Authentication - If you are logging into your server with root, you are doing it wrong!

in #sysadmin7 years ago

DISCLAIMER if a person approaches just after the user walks away (tailgating), sudo will not require a password.

To force behavior of sudo to require a password:

  1. sudo visudo
  2. add Defaults env_reset,timestamp_timeout=0
Sort:  

Or lock your session when you leave like a good sysadmin ;)

LOL. It was your point, not mine.

Ahh, I see what you saying now, been a while since I wrote the post. :)

I have no idea what I'm doing reading something so old.