Lab #7 Steps - wAlber47/Tech-Journal GitHub Wiki
- Disable root login on WEB01:
- Run
sudo nano /etc/ssh/sshd_config
and change the PermitRootLogin flag to no.
- Create a named sudo user on WEB01:
useradd william
: creates user
passwd william
: sets a password for user
sudo usermod -aG wheel william
: adds user to sudo group
- Use
nmtui
to change IP address to 10.0.5.4
- Use either PuTTY or SSH to connect to WEB01 from AD, you have to add pointers to Server Manager
- Once logged into WEB01 through remote connection, follow these steps to install and work with Apache.
- Use these steps to join this machine to domain.