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

Latest commit

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages