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

Dynamically generate profiles from hosts in OpenSSH config files #14042

Merged
merged 10 commits into from
Dec 9, 2022

Commits on Sep 20, 2022

  1. Dynamically generate profiles from hosts in OpenSSH config files

    This PR adds a new `SshHostGenerator` inbox dynamic profile generator. When run, it looks for an install of our [Win32-OpenSSH](https://github.com/PowerShell/Win32-OpenSSH) client app `ssh.exe` in all of the (official) places it gets installed. If the exe is found, the generator then looks for and parses both the user and system OpenSSH config files for valid SSH hosts. Each host is then converted into a profiles to call `ssh.exe` and connect to those hosts.
    
    Closes microsoft#9031
    jonthysell committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    3e851a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    bc5a6c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    1bb40d6 View commit details
    Browse the repository at this point in the history
  2. Updated profile schema

    jonthysell committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    7ce71d7 View commit details
    Browse the repository at this point in the history
  3. Addressing naming feedback

    jonthysell committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    58680fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63feb70 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. add feature flag

    carlos-zamora committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    28b47da View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    917ab35 View commit details
    Browse the repository at this point in the history
  2. spell

    zadjii-msft committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    f2a0711 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    7b9c67b View commit details
    Browse the repository at this point in the history