Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for sessionId, secret as parameters #109

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ovidiuvio
Copy link

@ovidiuvio ovidiuvio commented Jan 12, 2025

Allow session identifier and secret encryption token to be specified form client command line.
This enables the following:

  • a predefined url session prefix part instead of a random one
  • a predefined secret token used for encryption
  • persistent url if that is desired ( Ex: we have sshx running as a service on a box, and we always want to access it through the same link)

Overall this is not very useful for the public sshx.io service, but it is very handy for self hosted secure environments.

image

@ovidiuvio ovidiuvio changed the title Added support for sessionId, secret as parameters Add support for sessionId, secret as parameters Jan 12, 2025
@ovidiuvio ovidiuvio force-pushed the feature/session-id-secret branch from 767e89f to dcbff5a Compare January 12, 2025 12:27
@ovidiuvio ovidiuvio force-pushed the feature/session-id-secret branch from dcbff5a to 508ba38 Compare January 12, 2025 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant