Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyclonite/nassh-relay
Relay Server for the Secure Shell Chromium plugin
https://github.com/zyclonite/nassh-relay
bastion-host chromium-plugin docker java microservice nassh proxy relay-server ssh vertx websocket zero-trust
Last synced: about 8 hours ago
JSON representation
Relay Server for the Secure Shell Chromium plugin
- Host: GitHub
- URL: https://github.com/zyclonite/nassh-relay
- Owner: zyclonite
- License: gpl-2.0
- Created: 2014-01-10T12:52:59.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T16:44:38.000Z (5 months ago)
- Last Synced: 2025-01-18T14:17:24.333Z (7 days ago)
- Topics: bastion-host, chromium-plugin, docker, java, microservice, nassh, proxy, relay-server, ssh, vertx, websocket, zero-trust
- Language: Java
- Homepage:
- Size: 6.45 MB
- Stars: 140
- Watchers: 8
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list-microservice - nassh-relay
README
[![build](https://github.com/zyclonite/nassh-relay/actions/workflows/build.yml/badge.svg)](https://github.com/zyclonite/nassh-relay/actions/workflows/build.yml)
[![Quay.io Enabled](https://badgen.net/badge/quay%20pulls/enabled/green)](https://quay.io/repository/zyclonite/nassh-relay)
[![Docker Pulls](https://badgen.net/docker/pulls/zyclonite/nassh-relay)](https://hub.docker.com/r/zyclonite/nassh-relay)# nassh-relay
Relay Server for the Secure Shell Chromium plugin
## Documentation
See https://github.com/zyclonite/nassh-relay/wiki/Manual for details
## Docker
```
$ docker run -d --name nassh-relay -p 8022:8022 zyclonite/nassh-relay
```## Demo
[![PlayWithDocker](https://github.com/play-with-docker/stacks/raw/cff22438cb4195ace27f9b15784bbb497047afa7/assets/images/button.png)](http://play-with-docker.com?stack=https://gist.githubusercontent.com/zyclonite/2351c74e618382486855683b8ff749e6/raw/5200ea23f0448333f8a71907fce8f1391d7f5547/nassh-stack.yml)
client options (fill in your temp docker url from pwd)
```
--proxy-host=pwd10-XXX-XXX-XXX-8022.host1.labs.play-with-docker.com --proxy-port=80
```## Source
The project's source code is hosted at:
https://github.com/zyclonite/nassh-relay
## Github procedures
nassh-relay accepts contributions through pull requests on GitHub. After review a pull
request should either get merged or be rejected.When a pull request needs to be reworked, say you have missed something, the pull
request is then closed, at the time you finished the required changes you should
reopen your original Pull Request and it will then be re-evaluated. At that point if
the request is aproved we will then merge it.Make sure you always rebase your branch on master before submitting pull requests.