https://github.com/mulx10/sshtx
SSH Client to access server (AWS, GCP etc.) through ssh that are outside kgp. https://mulx10-sshtx.glitch.me
https://github.com/mulx10/sshtx
aws aws-ssh gcp gcp-ssh kgp kgp-campus ssh terminal
Last synced: 3 months ago
JSON representation
SSH Client to access server (AWS, GCP etc.) through ssh that are outside kgp. https://mulx10-sshtx.glitch.me
- Host: GitHub
- URL: https://github.com/mulx10/sshtx
- Owner: MuLx10
- Created: 2019-10-23T06:52:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T02:07:29.000Z (over 5 years ago)
- Last Synced: 2024-12-30T13:10:34.249Z (5 months ago)
- Topics: aws, aws-ssh, gcp, gcp-ssh, kgp, kgp-campus, ssh, terminal
- Language: JavaScript
- Homepage: https://kubs.herokuapp.com
- Size: 433 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SSHTx
Browser terminal to ssh servers outside/inside kgp.
### To access server situated inside kgp campus

clone the repo
```bash
$ cd SSHTx
$ npm install
```To start the server
```bash
$ npm start
```To start the server in development mode
```bash
$ npm run watch
```### To access server situated outside kgp campus
Follow this [app](https://kubs.herokuapp.com) or [app](https://mulx10-sshtx.glitch.me)##
Wrapper around [WebSSH2](https://github.com/billchurch/WebSSH2).