Win32-OpenSSH
Win32-OpenSSH copied to clipboard
Ship about_ssh help topic
trafficstars
On Linux, users can use man ssh to get the man page for ssh for help information. However, Windows doesn't understand man pages. Instead, we could publish an about topic using the contents of the man page so that within PowerShell, the user can do:
get-help ssh
help ssh
To get detailed help information
This should be done for all tools: SSH, SFTP, SCP, etc.
CC: @robinharwood