Skip to content

dimitardimitrov/ground_control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ground Control

Ground Control is a simple SSH wrapper that was born out of necessity. The script was created for personal use, so use it at your own risk.

Features

The purpose of this wrapper is to autoselect the connection string required for an SSH connection as well as the correct keys and ports based on a settings file. It dynamically changes those by verifying what the current IP address is and comparing it to the settings.

Sample Settings file:

This information comes from your usual SSH connecton string.

Example: ssh [email protected] -p 22

The file would look something like this.

username=foobar
hostname=foo.bar.com

local=22
remote=60022

key=

office=226.233.236.128

About

Simple SSH wrapper born out of necessity.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages