hyperion-start / hyperion-core

A Tmux based System Startup Engine
GNU General Public License v3.0
8 stars 3 forks source link

Add password option for server/ui #32

Closed DavidPL1 closed 5 years ago

DavidPL1 commented 5 years ago

Add an optional password argument on server startup to check connect permissions. This might be useful, when running a server in an open network where not everyone should be able to see the current status of the server and issue commands.

Related to #28 because without message encryption anyone could pretend to be an authorized client.

DavidPL1 commented 5 years ago

Resolved by ac23e6b: Enforcing port forwarding over ssh requires ssh keys => having login access to the PC it is a prerequisite.

If the feature of defining an additional password to connect is requested, this issue may be reopened.