All Projects → shellhub-io → Shellhub

shellhub-io / Shellhub

Licence: apache-2.0
💻 ShellHub enables teams to easily access any Linux device behind firewall and NAT.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Shellhub

Analogsea
Digital Ocean R client
Stars: ✭ 128 (-81.34%)
Mutual labels:  cloud-computing, ssh
Industrial Iot
Azure Industrial IoT Platform
Stars: ✭ 256 (-62.68%)
Mutual labels:  hacktoberfest, iot
Awesome Programming Presentations
Presentations that programmers should watch
Stars: ✭ 162 (-76.38%)
Mutual labels:  cloud-computing, hacktoberfest
Naomi
The Naomi Project is an open source, technology agnostic platform for developing always-on, voice-controlled applications!
Stars: ✭ 171 (-75.07%)
Mutual labels:  hacktoberfest, iot
Zwave2mqtt
Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
Stars: ✭ 352 (-48.69%)
Mutual labels:  hacktoberfest, iot
Openthread
OpenThread released by Google is an open-source implementation of the Thread networking protocol
Stars: ✭ 2,643 (+285.28%)
Mutual labels:  hacktoberfest, iot
Awesome Digitalocean
A curated list of amazingly awesome DigitalOcean resources inspired by Awesome Sysadmin
Stars: ✭ 236 (-65.6%)
Mutual labels:  cloud-computing, hacktoberfest
Mole
CLI application to create ssh tunnels focused on resiliency and user experience.
Stars: ✭ 1,520 (+121.57%)
Mutual labels:  hacktoberfest, ssh
Home Assistantconfig
🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to ⭐ it. Updated FREQUENTLY!
Stars: ✭ 3,687 (+437.46%)
Mutual labels:  hacktoberfest, iot
Esphome
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Stars: ✭ 4,324 (+530.32%)
Mutual labels:  hacktoberfest, iot
Wsl2 Ssh Pageant
bridge between windows pageant and wsl2
Stars: ✭ 155 (-77.41%)
Mutual labels:  hacktoberfest, ssh
Riot
RIOT - The friendly OS for IoT
Stars: ✭ 4,029 (+487.32%)
Mutual labels:  hacktoberfest, iot
Astarte
Core Astarte Repository
Stars: ✭ 148 (-78.43%)
Mutual labels:  hacktoberfest, iot
Awareness
The new architecture of co-computation for data processing and machine learning.
Stars: ✭ 11 (-98.4%)
Mutual labels:  cloud-computing, iot
Water Monitoring System
Water Monitoring System is an IOT based Liquid Level Monitoring system that has mechanisms to keep the user alerted in case of liquid overflow or when tank depletes.
Stars: ✭ 122 (-82.22%)
Mutual labels:  hacktoberfest, iot
Resources
This repo is a one stop destination to find resources for learning various domains. You can find the roadmap for any domain here.
Stars: ✭ 198 (-71.14%)
Mutual labels:  cloud-computing, hacktoberfest
Core
🏡 Open source home automation that puts local control and privacy first.
Stars: ✭ 48,265 (+6935.71%)
Mutual labels:  hacktoberfest, iot
Samples
🍬 Code samples from the nanoFramework team used in testing, proof of concepts and other explorational endeavours
Stars: ✭ 108 (-84.26%)
Mutual labels:  hacktoberfest, iot
Awesome Home Assistant
A curated list of amazingly awesome Home Assistant resources.
Stars: ✭ 3,487 (+408.31%)
Mutual labels:  hacktoberfest, iot
Freedomotic
Open IoT Framework
Stars: ✭ 354 (-48.4%)
Mutual labels:  hacktoberfest, iot

ShellHub

Centralized SSH for the edge and cloud computing.

GitHub Workflow

ShellHub HostedDocumentationContributingGetting Help

ShellHub is a modern SSH server for remotely accessing Linux devices via command line (using any SSH client) or web-based user interface, designed as an alternative to sshd. Think ShellHub as centralized SSH for the the edge and cloud computing.

A hosted version of ShellHub is available at https://shellhub.io/.

Screenshot

Getting started

To start using ShellHub, it is suggested that you follow the Getting started guide in the ShellHub documentation.

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.

Getting Help

You are welcome to submit any questions, participate in discussions and request help with any issue in our Gitter Channel.

License

ShellHub is licensed under the Apache License, Version 2.0. See LICENSE 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/add-user <username> <password> <email>

Create a namespace for grouping devices and set user as owner:

$ TENANT_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ./bin/add-namespace <namespace> <owner>

Don't change the value of TENANT_ID, 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.

Authors

ShellHub was created by O.S. Systems.

Contributors ✨

Thanks goes to these wonderful people (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

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].