Skip to content

Instantly share code, notes, and snippets.

@Potherca
Last active December 24, 2019 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Potherca/6afcbae99bd43720571d3abb322f8465 to your computer and use it in GitHub Desktop.
Save Potherca/6afcbae99bd43720571d3abb322f8465 to your computer and use it in GitHub Desktop.
All steps to take after a clean OVH VPS install.
📝️ This document is part of several gists related to installing things on OVH VPS:
All steps to a clean OVH VPS install(This Gist)
Script to make a VPS more secure
Scripts to install Potherca projects on OVH VPS

All steps to a clean OVH VPS install

  1. Reinstall the VPS

  2. Retrieve credentials from email

  3. Login as root (either via SSH or KVM)

  4. Setup the VPS

    1. Install git apt install -y git

    2. Run VPS Securing script

    3. Logout

  5. Install applications

    1. Login as regular user

    2. Install / Restore SSH keys

    3. Run OVH VPS Installation script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment