Security Flashcards
/var/run/utmp
File that allows setting that would deny or allow permission to useful commands for regular users such as “who and w”.
/etc/nologin
If file exists then no user other than root can log in.
xinetd
Super security daemon
/etc/xinetd.d/*
Every server that runs via xinetd is configured in a file located here.
/etc/hosts.allow
All hosts defined are allowed access to the system. All other hosts are denied
Configuration file for xinetd
/etc/xinetd.conf
/etc/hosts.deny
All hosts defined are denied all others are allowed
/etc/inetd.d/*
Location of individual server config files for inetd
ssh-add
Adds your RSA key that is managed by ssh-agent
Location of DSA key
~/.ssh/id_dsa
~/.ssh/authorized_keys
Contents of a .pub key on a remote server that wants to connect to origin server here
User’s location for GPG keys
~/.gnupg/*
ssh-keygen
Generate new OpenSSH keys
Location of RSA key
~/.ssh/id_rsa
Public side of your DSA key
id_dsa.pub