Lab #7 Steps - wAlber47/Tech-Journal GitHub Wiki

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