Last active
April 15, 2020 10:11
-
-
Save aamsur-mkt/0abd8ac29ae7e1b6b2c25a78a65ba4a4 to your computer and use it in GitHub Desktop.
Whitelist Script
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
| LC_parameter=$(curl $2) ssh -o SendEnv=LC_parameter $1@jh bash << 'END' | |
| ssh es bnw reg $LC_parameter | |
| END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment