Ubuntu Server Installation Checklist

If you’re an admin who’s been tasked with installing Ubuntu Server to your data center, you’ll quickly realize how easy it is to deploy this enterprise-ready platform. The operating system itself is incredibly easy to install and will take you maybe 10 minutes tops. After the initial deployment is complete, however, the real work begins. It is at this point your Linux skills might be tested.

Fortunately, they don’t have to. Jack Wallen, writing for TechRepublic Premium, presents a handy checklist to ensure your Ubuntu Server deployment not only runs well but is secured before you start installing the necessary applications, services, and connect the server to your network.

    Featured text from the download:

    SECURE SSH

    Next in line is securing secure shell access. Ubuntu Server ships with root access disabled, so you no longer have to worry about disabling that option. However, you will want to set up SSH key authentication.

    To do this, create your SSH key on the machine you’ll use to remote into the server and then copy it to the server with the command:

    ssh-copy-id USER@SERVER

    Where USER is the remote username and SERVER is the IP address of the server.

    After you test to make sure SSH key authentication works, log into the server and then disable standard password authentication.

    To do that, open the SSH daemon configuration file with the command:

    sudo nano /etc/ssh/sshd_config

    Find the line that starts with PasswordAuthentication and change PasswordAuthentication from yes to no.

Boost your Linux knowledge with our in-depth eight-page PDF. Previously priced at $49, this is now available for download at just $9. Alternatively, enjoy complimentary access with a Premium annual subscription. Click here to find out more.

TIME SAVED: Crafting this content required 16 hours of dedicated writing, editing, research and design.

Subscribe to the TechRepublic Premium Exclusives Newsletter

Save time with the latest TechRepublic Premium downloads, including customizable IT & HR policy templates, glossaries, hiring kits, features, event coverage, and more. Exclusively for you! Delivered Tuesdays and Thursdays.

Subscribe to the TechRepublic Premium Exclusives Newsletter

Save time with the latest TechRepublic Premium downloads, including customizable IT & HR policy templates, glossaries, hiring kits, features, event coverage, and more. Exclusively for you! Delivered Tuesdays and Thursdays.

Resource Details

or

* Sign up for a TechRepublic Premium subscription for $299.99/year, and download this content as well as any other content in our library. Cancel anytime. Details here.

Provided by:
TechRepublic Premium
Published:
July 23, 2024
Topic:
TechRepublic Premium
Format:
PDF
or

* Sign up for a TechRepublic Premium subscription for $299.99/year, and download this content as well as any other content in our library. Cancel anytime. Details here.