Giter VIP home page Giter VIP logo

orik-ssh-tunnel's Introduction

Orik-SSH

Build App Package

Mac OS SSH tunnel manager UI

Tired of having a hard time remembering what tulle was active and not, what remote service was what, port number binding... I end up building this tool. I hope it helps you as well.

If there is any feature you that would be usefullplease open an issue

Features

  • Read your ~/.ssh/config file and build a top bar menu

  • Open a ssh tunnel on the selected item

  • Preferences and labeling: you can label remote hosts (ecpetialy those that do not have dns or very long host names ) with a short name ( ie "Database" ) for each bastion. Preferences are managed with a simple CSV file and you can share it (or portions of it )with your coworkers

  • "copy url in clipboard"

Planned Features

  • Ask for password and support password protected custom key files
  • Preferences GUI

Installation

You can download the image with the app from the Releases tab

Orik is currently not code-signed for macOS. See the last section of [This page ]https://support.apple.com/en-us/HT202491) for instructions on allowing Orik to run anyway.

Build from sources:

git clone https://github.com/sammyrulez/orik-ssh-tunnel.git
cd orik-ssh-tunnel

The creation of a virtual env is recommended

pip install py2app
pip install -r requirements.txt
python setup.py py2app --iconfile dwarf-helmet.icns

The app build is in dist/orik_ssh.app

Configuration

The configuration file is located in your home directory: /Users/[username/].orik_ssh/config.csv . If you have a .ssh/config the csv file it is automaticaly created when you run Orik for the first time. The schema is the following

Bastion,Host Name,User,Remote Host,Remote Port,Local Port,Alias,Protocol,Ask for password,Custom cert
  • Bastion
  • Host Name
  • User
  • Remote Host
  • Remote Port
  • Local Port
  • Alias label for the tunnel/remote host
  • Protocol supported for url creation http, https, ssh
  • Ask for password
  • Custom cert

Todos

  • More unit tests
  • Proper logging
  • Issue template
  • Github actions
  • Publish app package
  • Add coverage badge
  • Add version badge
  • Embed python3 runtime
  • build a website
  • Close all tunnels on quit
  • Find meaning full label for_"Copy url"_

Where the name Orik came from?

Orik is the name of my son's D&D player. He is a Storm Cleric Dwarf. Sentinel of the tunnels .

orik-ssh-tunnel's People

Contributors

sammyrulez avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.