amuck-landowner

Your new VPS is provisioned, what is the first thing you do once you connect?

peterw

New Member
Don't want to name the provider, but yesterday my first thing was:

  • Informing previous owner that his whole vps was still alive
  • Reinstall vps
 

JackDoan

New Member
Login to Solus

Install Debian, because I always get CentOS no matter what I pick on the order form

Code:
apt-get update
apt-get upgrade
passwd root #use something like correcthorsebatterystaple
apt-get install sudo vim less screen apache2 php5 libapache2-mod-php5 php5-curl
uname -a
less /proc/cpuinfo
adduser jack -g sudo
su jack
 

oentech

New Member
Verified Provider
Firstly, I always run the "apt-get update/upgrade" command and install the WebMin panel (for ease of use).
 

Master Bo

Member
1. Restrict access by ssh to my IP only, disable access via all the other protocols/ports.

2. Create additional sudoer-type account

3. Allow if disallowed key-based authentication, make sure sudo works, dsiable root login and rstart the server.

All the security hardening/whatever goes after that.
 
Top
amuck-landowner