Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

ags/nydus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nydus

A tool for opening pre-configured SSH tunnels.

Usage

Given the file ~/.nydus.yml:

elasticsearch:
  port: 9200
  host: a.private.server.com
  hostport: 9200
  username: me
  hostname: a.public.bastion.com
$ nydus list
[elasticsearch] 9200:a.private.server.com:9200 me@a.public.bastion.com
$ nydus open elasticsearch
ssh -N -L 9200:a.private.server.com:9200 me@a.public.bastion.com

About

Tool for managing SSH tunnels.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published