This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# This script can add given users as SSH users. Use the following environment variables: | |
# SSH_USERS="name1 name2 name3" | |
# SSH_KEY_name1="ssh key for name1" | |
# SSH_KEY_name2="ssh key for name2" | |
# SSH_KEY_name3="ssh key for name3" | |
# You can set MYAPP on line 22 to any arbitrary string |
OlderNewer