Fix proxy key append

This commit is contained in:
mathiascode 2020-01-29 01:21:10 +02:00
parent fcd1b235c6
commit 96e38b6f19
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ PATH="$HOME/dtach/bin/:$HOME/java/bin/:$HOME/rtun/bin/:$PATH"
# Set up SSH for proxy server and schematics repository
# Load keys from environmental variables
echo "$PROXY_KEY" >> rtun/rtun.yml
echo -n "$PROXY_KEY" >> rtun/rtun.yml
echo "$SCHEMATIC_KEY" > .ssh/id_rsa
ssh-keyscan github.com >> .ssh/known_hosts

View file

@ -11,4 +11,4 @@ forwards:
- port: 19132/udp
destination: 127.0.0.1:19132
auth_key:
auth_key: