PowerSSH.psd1

@{
    GUID = 'b2aa38bf-96d5-42d1-9b24-ef12c1a78edc'
    RootModule = 'PowerSSH.psm1'
    ModuleVersion = '0.9'

    Author = 'Patrik Martinko'
    Copyright = '(c) 2017 Patrik Martinko. All rights reserved.'
    Description = 'This module allows you to call native SSH commands from the Windows Subsystem for Linux (WSL) directly from PowerShell and helps to keep SSH authentication agent running across all shell sessions'

    CompatiblePSEditions = 'Desktop'
    PowerShellVersion = '5.1.15063'
}