1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 17:42:49 -05:00

Update Digital Ocean Marketplace files for Packer (#1923)

This commit is contained in:
Vince Grassia
2022-03-23 14:20:08 -04:00
committed by GitHub
parent 4814cef245
commit 9ad96d7c1d
13 changed files with 781 additions and 186 deletions

View File

@ -0,0 +1,10 @@
#!/bin/sh
# DigitalOcean Marketplace Image Validation Tool
# © 2021 DigitalOcean LLC.
# This code is licensed under Apache 2.0 license (see LICENSE.md for details)
cat >> /etc/ssh/sshd_config <<EOM
Match User root
ForceCommand echo "Please wait while we get your droplet ready..."
EOM