Skip to content

Instantly share code, notes, and snippets.

@snail007
Last active April 15, 2019 04:50
Show Gist options
  • Save snail007/e4a4f5c8716bc0e24001f2cc004aa839 to your computer and use it in GitHub Desktop.
Save snail007/e4a4f5c8716bc0e24001f2cc004aa839 to your computer and use it in GitHub Desktop.
#!/bin/bash
#install teleport node
cd /root
wget --no-check-certificate https://get.gravitational.com/teleport-v2.6.1-linux-amd64-bin.tar.gz
tar zxfv teleport-v2.6.1-linux-amd64-bin.tar.gz
rm teleport-v2.6.1-linux-amd64-bin.tar.gz
cd teleport
cp teleport /usr/bin
cd ..
rm -rf teleport
#install monexec
wget --no-check-certificate https://github.com/reddec/monexec/releases/download/v0.1.13/monexec_0.1.13_linux_amd64.tar.gz
tar zxfv monexec_0.1.13_linux_amd64.tar.gz
cp monexec /usr/bin
rm -rf LICENSE README.md monexec monexec_0.1.13_linux_amd64.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment