The filepath of the SSH config file.
What is /etc/ssh/sshd_config?
The filepath of the Samba config file.
What is /etc/samba/smb.conf?
The filepath of the Apache2 config file.
What is /etc/apache2/apache2.conf?
The command to list open ports.
What is 'nmap -v localhost'?
The command to change file permissions.
What is 'chmod'?
The most secure form of authentication for SSH.
What is Public Key Encryption?
The port number of Samba.
What is 445?
What is the command to enable an Apache2 mod?
What is 'a2enmod enable' ?
The command to list running processes.
What is 'ps aux'?
The location of all program binary files.
What is /bin and/or /sbin?
The field 'PermitRootLogin' should be this value.
What is 'no'?
The field 'guest ok' should probably be set to this value.
What is 'no'?
Where can I find the Wordpress admin panel?
Where is 'localhost/wp-admin' or '<ip address>/wp-admin'?
The command to list running services.
Command to disable root login access.
What is 'passwd -l root'?
The port number of SSH.
What is 22?
The version of SSL that should be used for Samba.
What is TLS?
Which version of PHP comes with Ubuntu 18?
What is 7?
The file that runs commands listed in it periodically.
What is crontabs?
The file to set permissions for users to perform commands.
What is sudoers and/or anything in sudoers.d?
I can find my authorized SSH keys here.
What is the home directory's '.ssh/authorized_keys' file?
The names of the two Samba services.
What is smbd and nmbd?
The '/var/www/wordpress/wp-config.php' should have this permission.
What is at least 640?
A software package that allows you to set up listeners.
What is 'netcat' or 'nc'?
The two main types of Linux systems.
What are RHEL (Red Hat) and Debian-based?