0.0.5 • Published 5 years ago

@inkibra/remote v0.0.5

Weekly downloads
5
License
SEE LICENSE
Repository
-
Last release
5 years ago

Remote

Tools for interfacing with a cloudpod

Installation

Run npm install -g @inkibra/remote on your local machine.

CLI Usage

The CLI inkibra-remote should be globally available.

Please use inkibra-remote --help for more info.

Authorize your computer with your Cloudpod

On your inkibra-remote authorize --username USERNAME < ~/.ssh/KEY_NAME.pub

Connecting

Forward the ssh port of your cloudpod to your local computer (replace USERNAME with your username) using:

inkibra-remote connect --username USERNAME

This will connect remote port 22 to local port 2222 so locally ssh develop@localhost -p 2222 will work to establish a ssh connection.

There is also a dialog for setting up other port forwarding connections.