UWNetworksLab / colony

Apache License 2.0
5 stars 1 forks source link

Server provisioner #10

Closed ryscheng closed 8 years ago

ryscheng commented 8 years ago

Given an SSH (host:port, key), upload a configuration script and check the status.

As a first stab, we'll want to configure an L2TP/IPSec VPN that's accessible by the client.

ryscheng commented 8 years ago

Options for Java-based SSH client libraries: http://www.jcraft.com/jsch/ http://www.lag.net/paramiko/java/

ryscheng commented 8 years ago

Done https://github.com/uProxy/colony/pull/16