Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 295 Bytes

Readme.md

File metadata and controls

9 lines (8 loc) · 295 Bytes

The initial setup of a contabo vps (tested with Ubuntu 16.04)

  • create user and copy ssh pub key
  • disable root
  • setup IPs
  • reboot if needed

Requirements:

  • You might have to install sshpass (ubuntu: apt-get install sshpass, macos: brew tap esolitos/ipa && brew install sshpass)