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

Login directly to remote machines #5118

Closed
wants to merge 5 commits into from

Commits on Oct 5, 2016

  1. base1: Separate browser storage in application

    Expose the application that is being used, and use it
    to prefix browser storage keys. This allows us applications
    to keep their data seperate from each other.
    petervo committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    397e957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d764978 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2016

  1. Configuration menu
    Copy the full SHA
    6f4c635 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2873f17 View commit details
    Browse the repository at this point in the history
  3. ws: Only connect to machines known machines

    When connecting to a remote machine via an application
    only connect to machines that are present in known_hosts.
    Unless the remote peer logging is a local address or cockpit
    has been configured to allow it.
    petervo committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    e13f44c View commit details
    Browse the repository at this point in the history