Skip to content

Instantly share code, notes, and snippets.

View jcohlmeyer's full-sized avatar

Jonathan Cohlmeyer jcohlmeyer

View GitHub Profile
@jcohlmeyer
jcohlmeyer / statamic.md
Last active August 15, 2018 23:53
Statamic DO

SSH config (on your local machine)

Host [name]
  HostName [floating_ip]
  User root
  IdentityFile ~/.ssh/[ssh_key]
  IdentitiesOnly yes

Update software