Skip to content

easy way from a Linux console to setup a remote.it proxy connection.

Notifications You must be signed in to change notification settings

VeggieVampire/ssh_remote.it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssh_remote.it

easy way from a Linux console to setup a remote.it proxy connection.

Install

sudo apt-get install -y git

git clone https://github.com/VeggieVampire/ssh_remote.it

cd ssh_remote.it

chmod 777 *

cd lib

chmod 777 *

cd ..

Setup

First step is to add your username and password to a config file command:

cd ssh_remote.it

echo 'USERNAME="yourname@something"'>config

echo 'PASSWORD="yourpassword"'>config

You also want to get your unique Developer API Key from the https://app.remote.it/#account command:

echo 'DEVKEY="YourUniqueDeveloperAPIKey"'>config

Next you will need to be authenticated and generate a log on token. command:

./authentication.sh

Now let's see what is active for your devices. command:

./device_list.sh

So with the active(green) device get the DeviceAddress should look like an odd MAC address. command:

./connection_setup.sh "00:00...:00"

if all went well you should see how to connect to your device at the very end of the script. Copy the SSH command and run it.

About

easy way from a Linux console to setup a remote.it proxy connection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages