https://github.com/fischerscode/contabo-initial-setup
https://github.com/fischerscode/contabo-initial-setup
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fischerscode/contabo-initial-setup
- Owner: fischerscode
- License: gpl-3.0
- Created: 2020-12-30T19:52:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-08T00:25:15.000Z (over 4 years ago)
- Last Synced: 2025-03-06T08:57:36.190Z (about 1 year ago)
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
## 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`)