diff options
-rwxr-xr-x | provision_openbsd.ksh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/provision_openbsd.ksh b/provision_openbsd.ksh index 6d15795..b89a610 100755 --- a/provision_openbsd.ksh +++ b/provision_openbsd.ksh @@ -1,7 +1,9 @@ #!/bin/ksh -# Send in id_rsa.pub +# Send in id_rsa.pub and id_rsa # send in /etc/doas.conf +# send in openbsddotfiles/profile_vm_provisioning (or similar) +# send in THIS FILE AND EXECUTE IT ON THERE echo "Provisioning this machine for basic development work..." ssh-add -v |