Thursday, 8 July 2010

Linux security tips

Here are some general security tips concerning Linux





Kerberos auth for SSH via PAM
auth sufficient pam_unix.so
auth required pam_krb5.so




pwconv - converts passwd file to shadow file

sudo example
User_Alias users = %friends
Cmnd_Alias commands = /bin/test
users ALL = NOPASSWD: commands








Ping does not work

Today I would like to discuss a banal situation: host A is directly connected to host B, ping from host A to host B does not work. What are...