https://github.com/znerol/punssh
Git based SSH tunnel concentrator / jump host configuration.
https://github.com/znerol/punssh
Last synced: 24 days ago
JSON representation
Git based SSH tunnel concentrator / jump host configuration.
- Host: GitHub
- URL: https://github.com/znerol/punssh
- Owner: znerol
- License: gpl-3.0
- Created: 2020-03-19T08:46:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T08:53:29.000Z (about 6 years ago)
- Last Synced: 2025-01-27T06:28:16.950Z (over 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
PunSSH
------
Git based SSH tunnel concentrator / jump host configuration.
Design
======
* Git repository on jumphost using:
* [push-to-deploy][1] for tunnel configurations.
* [post-receive][2] hook which updates ``.ssh/authorized-keys``
* One or more systemd/launchd job on client which:
1. Receives tunnel configuration directly from jumphost using ``ssh``.
2. Sets up forward/reverse tunnel restarting it when necessary.
[1](https://github.blog/2015-02-06-git-2-3-has-been-released/#push-to-deploy)
[2](https://git-scm.com/docs/githooks#post-receive)