Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shellhub-io/shellhub
:computer: Get seamless remote access to any Linux device. Centralized SSH for the edge and cloud computing
https://github.com/shellhub-io/shellhub
cloud-computing embedded golang hacktoberfest iot linux raspberry-pi shellhub ssh ssh-tunnel
Last synced: about 9 hours ago
JSON representation
:computer: Get seamless remote access to any Linux device. Centralized SSH for the edge and cloud computing
- Host: GitHub
- URL: https://github.com/shellhub-io/shellhub
- Owner: shellhub-io
- License: apache-2.0
- Created: 2019-05-16T18:10:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T14:12:09.000Z (about 1 month ago)
- Last Synced: 2024-10-29T15:48:14.870Z (about 1 month ago)
- Topics: cloud-computing, embedded, golang, hacktoberfest, iot, linux, raspberry-pi, shellhub, ssh, ssh-tunnel
- Language: Go
- Homepage: https://shellhub.io
- Size: 61.7 MB
- Stars: 1,385
- Watchers: 32
- Forks: 137
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-tools - shellhub-io/shellhub - Get seamless remote access to any Linux device. Centralized SSH for the edge and cloud computing (Bastion Host)
- awesome-ssh - ShellHub - io/shellhub.svg?style=social&label=stars)](https://github.com/shellhub-io/shellhub) - A *SSH* gateway for remotely accessing any Linux device behind firewall and NAT. (Apps / Servers)
- awesome-repositories - shellhub-io/shellhub - :computer: Get seamless remote access to any Linux device. Centralized SSH for the edge and cloud computing (Go)
- awesome-made-by-brazilians - ShellHub
README
Centralized SSH for the edge and cloud computing.
ShellHub Cloud •
Documentation •
Contributing •
Getting HelpShellHub is a centralized SSH gateway that allows users to remotely access and
manage their servers and devices from anywhere, using a web browser or mobile app.
It offers a secure and convenient way to connect and control your servers and devices.One of the main benefits of ShellHub is that it acts as a central gateway for all your
Linux servers and devices, allowing you to access them from anywhere with an internet connection.
This means you don't have to worry about getting its public IP address, configuring the router,
changing VPN/firewall settings or using a jump host to access your servers and devices.
This can be inconvenient and time-consuming.ShellHub also allows you to access and manage multiple servers and devices from a single interface,
saving time and making it easier to keep track of all your servers and devices.
The platform also includes enhanced security features such as public key authentication,
SSH firewall rules to prevent unauthorized access, audit logging, and session recording
to provide a record of activity for compliance purposes.Another benefit of ShellHub is its ability to work with a variety of devices,
including embedded Linux devices. This makes it a versatile tool for a wide range of applications,
from managing servers in a data center to controlling industrial equipment or Internet of Things (IoT) devices.Overall, ShellHub is a powerful tool for managing and securing your servers and devices,
whether you are a small business, a large enterprise, or an individual user.![Screenshot](https://github.com/shellhub-io/shellhub-io.github.io/raw/src/docs/img/screenshot.png)
## Features
### :computer: Native SSH support
ShellHub provides native SSH support, allowing you to access any device behind the ShellHub SSH gateway using standard tools such as OpenSSH Client and PuTTY. This means you don't need to install any additional third-party tools to connect to your devices behind ShellHub. Simply use the tools you are already familiar with to remotely manage your servers and devices through ShellHub.
### :file_folder: SCP/SFTP support
ShellHub offers SCP/SFTP support, allowing you to copy files to and from your devices using industry standard tools without the need for any additional third-party applications. This makes it easy to transfer files securely to and from your servers and devices, ensuring that your data remains safe and secure throughout the process.
### :arrows_counterclockwise: SSH port forwarding
ShellHub allows you to securely forward TCP traffic from a local port on your machine to a remote port on a device behind the ShellHub gateway. This can be useful for a variety of purposes, such as accessing remote services that are not directly accessible from your local machine, securely transferring data between two hosts over an untrusted network and use SOCKS Proxy.
### :key: Public-key authentication
ShellHub supports public-key authentication, which allows multiple users to log in as the same system user without having to share a single password. This can make it easier to manage access for multiple users, as you can revoke a single user's access without affecting the access of other users. Additionally, public-key authentication can make it easier for a single user to log in to many accounts without having to manage multiple passwords.
### :shield: Firewall rules
ShellHub provides flexible firewall rules for filtering SSH connections, giving you fine-grained control over which SSH connections can reach your devices. This helps to improve the security of your servers and devices by allowing you to specify which connections are allowed and which are blocked, helping to prevent unauthorized access.
### :spiral_notepad: Audit logging
ShellHub includes audit logging capabilities, which means that every time an SSH connection is made to ShellHub, a session is created and stored on the server for audit purposes. This can be useful for tracking and monitoring access to your servers and devices, and can help you to identify unauthorized access attempts.
### :movie_camera: Session recording
ShellHub offers session recording, which means that all interactive SSH sessions are recorded, including all user activity that occurs during the session. These recordings can then be replayed via a built-in session player in the ShellHub Web UI. This feature can be useful for a variety of purposes, such as training and documentation, as well as for tracking and monitoring user activity on your servers and devices.
### :whale: Container Remote Access
ShellHub seamlessly integrates with Docker, enabling you to remotely access Docker containers.
With this feature, users can securely connect to containers.
Whether you're troubleshooting, performing maintenance, or overseeing your containerized services,
ShellHub's Container Remote Access simplifies container remote access management,
providing flexibility and control over containerized environments.## Getting started
To self-host ShellHub on your own servers and managing your own infrastructure
(installation, maintenance, upgrades, backup and so on) follow our
[Self-Hosting Guide](https://docs.shellhub.io/self-hosted/deploying).If you prefer to use the cloud hosted service where we manage everything for your ease
and convenience, create a free account in [ShellHub Cloud](https://cloud.shellhub.io).## Contributing
ShellHub is an open source project and we love to receive contributions from
our community. If you would like to contribute, please read
our [contributing guide](CONTRIBUTING.md).## Getting Help
You are welcome to submit any questions, participate in discussions and request
help with any issue in our [Gitter Channel](https://gitter.im/shellhub-io/community).## License
ShellHub is licensed under the Apache License, Version 2.0.
See [LICENSE](LICENSE.md) for the full license text.## Development Environment Setup
First of all, you'll need to generate required keys for the services:
```
$ make keygen
```Set the environment to development:
```
$ echo "SHELLHUB_ENV=development" >> .env.override
```Start the whole environment:
```
$ make start
```> Avoid to use `docker-compose` directly (unless you know what you're doing); instead use `bin/docker-compose` wrapper.
Wait for all services to be ready then create initial user by running:
```
$ ./bin/cli user create
``````
$ ./bin/cli namespace create 00000000-0000-4000-0000-000000000000
```> Don't change the value of `00000000-0000-4000-0000-000000000000` (the TenantID), this value is hardcoded during agent initialization in development mode.
When you open ShellHub UI for the first time, be sure to accept pending device.
See the [devscripts which can be useful for development](./devscripts).
## Authors
ShellHub was created by [O.S. Systems](https://www.ossystems.com.br).
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Luis Gustavo S. Barreto
💻
Otavio Salvador
💻
Leonardo da Rosa Silveira João
💻
Eduardo Kluwe Veiga
💻
Vagner Nornberg
💻
Fabio Berton
📦
Rafael Gomes
🚇
Mike
💻
inductor(Kohei)
🚇
Y.Horie
💻
Robinson D. S. Santos
💻
Lukas Bachschwell
📖 💻
Shawn
💻
brammp
💻
Sam McKelvie
💻
Henry Barreto
💻
Antony Rafael
💻
Gessé Carneiro
💻
Benoît Stahl
💻
Heitor Danilo
💻
Victor Hugo Aguiar Pacce
🚇
nia
💻
Luann Curioso
💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!