Skip to content

💻 ShellHub enables teams to easily access any Linux device behind firewall and NAT.

License

Notifications You must be signed in to change notification settings

tchigher/shellhub

 
 

Repository files navigation

ShellHub

Centralized SSH for the edge and cloud computing.

CircleCI

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:

$ ./bin/keygen

Start the whole environment:

$ docker-compose -f docker-compose.yml -f docker-compose.dev.yml up

Wait for all services to be ready then create initial user running:

$ ./bin/add-user <username> <password> <email>

Authors

ShellHub was created by O.S. Systems.

About

💻 ShellHub enables teams to easily access any Linux device behind firewall and NAT.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 45.9%
  • Vue 29.4%
  • JavaScript 18.4%
  • Shell 3.2%
  • CSS 1.5%
  • Dockerfile 1.4%
  • HTML 0.2%