/cloudSysadmin

Shell scripts to automate server setup in the cloud(s) [FreeBSD in Vultr]

Primary LanguageGoGNU Affero General Public License v3.0AGPL-3.0

cloudSysadmin

A Go program (client) and shell script to automate setting up VMs in the cloud(s) [Vultr].

The scripts should be focused on running on FreeBSD. Properly tested on FreeBSD 13.0

Configuration

ssh Keys

If an ssh key is automatically installed in the server at deployment, to use it from the client:

  1. ssh-add : add key to keys agent
  2. ssh -i <path_of_key> root@<IP_address> : explicitly state where the file with the key is located

FreeBSD: General information

Networking

SSH

MariaDB