Move to rtun

This commit is contained in:
mathiascode 2020-01-29 01:55:09 +02:00
parent efed5e42af
commit 356c30b2c1
6 changed files with 11 additions and 11 deletions

View file

@ -1 +0,0 @@
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCekiOA+OWvCiBRMIcqmHl1C8cENMC3yyWVJTQO2kBOAByvkXJyAMOEgfzY4cE4wCq0UbqVbChTZIhUkfouRvrQlNwkyXYqyWuIWBJp0GFOV9UKdrv5ddv08q0TeyDjPTsKM6vXmDQDNwocuCL67UVE4TO2VyYm3aLL4G9t/lEM5CcCI1KI/6wyQlKjahrRECS8lALQ3bhrjG/5aIBhccI/Y0wK4xB/zzoinE4AuZ5n/B8VaYKy5Xy2Itgswl89GMYia+y8z0RKkDjDuYbRxXikmAmLveb4D82u0E+7jNZZPGGEgTCfVdSAkrEv9H6l3Q0IE2t1vJIyDuQNWz24/qd5

4
proxy.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
while true; do
./rtun-server
done

BIN
rtun-server Executable file

Binary file not shown.

7
rtun-server.yml Normal file
View file

@ -0,0 +1,7 @@
# Gateway server binds to this address to communicate with agents.
control_address: 0.0.0.0:25564
# List of authorized agents follows.
agents:
- auth_key: <redacted>
ports: [25565/tcp, 25565/udp, 19132/udp]

View file

@ -1,5 +0,0 @@
#!/bin/sh
adduser --disabled-password --gecos "" remote
mkdir /home/remote/.ssh/
chmod 700 /home/remote/.ssh/
mv authorized_keys /home/remote/.ssh/

View file

@ -1,5 +0,0 @@
GatewayPorts yes
ClientAliveInterval 15
Match User remote
PasswordAuthentication no