Changes

Jump to: navigation, search

OpenBSD Post Install Steps

8 bytes added, 16:15, 2 January 2019
Vultr.com
=== Vultr.com ===
Vultr.com doesn't install ssh keys, you will need to log-in as root with the generated autogenerated password, then install your ssh key.
# As root
echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJnkro8LT0TS+NTOIB787wfqIwv2VTmXXYsnsoVk71UE aram@horizon.local' >> /root/.ssh/authorized_keys
Change the generated autogenerated password:
usermod -p `jot -r -c 30 a z | rs -g0 0 30 | encrypt` root

Navigation menu