Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bowser-2077/ssh-remote


https://github.com/bowser-2077/ssh-remote

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

### SSH REMOTE README

## USAGE

You can use it to do anything on a ssh terminal.

## SETUP

Make files like thats:

```
ssh-terminal-app/
├── node_modules/ # Folder containing all the dependencies installed by npm
├── public/ # Contains publicly accessible files (CSS, images, JS)
│ └── style.css # CSS file for styling the application
├── views/ # Contains view files (HTML) for the user interface
│ └── index.html # Homepage with login form
│ └── terminal.html # Main terminal page after login
│ └── logout.html # Page displayed after a successful logout
├── server.js # Main server file for Node.js
├── package.json # File containing project information and dependencies
└── README.md # README file with project documentation
```

# Launch the .bat file (MODIFY IT FOR THE RIGHT FLODERS)