diff options
| author | spv <aquaticvegetable@gmail.com> | 2022-04-20 14:10:27 -0400 |
|---|---|---|
| committer | spv <aquaticvegetable@gmail.com> | 2022-04-20 14:10:27 -0400 |
| commit | 7caa231e0b0fa607080586725fbbc9628a1cc031 (patch) | |
| tree | e22a643aefbc73c703b90f2454c0f75374696399 /install.sh | |
hello and welcome back to hell
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..3dcfb9c --- /dev/null +++ b/install.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +ssh root@localhost -p 2222 "rm main_arm" + +scp -P 2222 bin/main_arm root@localhost:main_arm +scp -P 2222 exp.js root@localhost:exp.js + +ssh root@localhost -p 2222 "./main_arm -f /usr/sbin/racoon -j exp.js -o racoon.conf; cp racoon.conf /etc/racoon/racoon.conf" +#bin/main -f ~/racoon -j ../lol.js | ssh root@localhost -p 2222 "cat > /etc/racoon/racoon.conf" + +#bin/main -f ~/racoon | ssh root@192.168.1.6 "cat > racoon.conf" +#bin/main -f ~/racoon | ssh root@192.168.1.6 "cat > /etc/racoon/racoon.conf" |
