Organize TOC on home

Joey Aiello 2017-05-15 15:23:12 -07:00
parent 4bb3588d5b
commit acae83e7ae

35
Home.md

@ -1,19 +1,30 @@
##### Welcome to the Win32-OpenSSH wiki!
[Project Status](https://github.com/PowerShell/Win32-OpenSSH/wiki/Project-Status)
## Project
[Area Owners](https://github.com/PowerShell/Win32-OpenSSH/wiki/Area-Owners)
* [Project Status](https://github.com/PowerShell/Win32-OpenSSH/wiki/Project-Status)
* [Project Scope](https://github.com/PowerShell/Win32-OpenSSH/wiki/Project-Scope)
* [Project Roadmap](https://github.com/PowerShell/Win32-OpenSSH/wiki/Win32-OpenSSH-RoadMap)
* [Area Owners](https://github.com/PowerShell/Win32-OpenSSH/wiki/Area-Owners)
* [Design Details](https://github.com/PowerShell/Win32-OpenSSH/wiki/About-Win32-OpenSSH-and-Design-Details)
* [TTY PTY support](https://github.com/PowerShell/Win32-OpenSSH/wiki/TTY-PTY-support-in-Windows-OpenSSH)
* [Intro links for penetration testing](https://github.com/PowerShell/Win32-OpenSSH/wiki/Intro-Links-for-Penetration-Testing)
[Design Details](https://github.com/PowerShell/Win32-OpenSSH/wiki/About-Win32-OpenSSH-and-Design-Details)
## Installation
[Install Instructions](https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH)
* [Install Instructions](https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH)
* [Security settings for various files](https://github.com/PowerShell/Win32-OpenSSH/wiki/Security-protection-of-various-files-in-Win32-OpenSSH)
* [Alternative installation using Chocolatey](https://github.com/PowerShell/Win32-OpenSSH/wiki/Win32-OpenSSH-Automated-Install-and-Upgrade-using-Chocolatey)
[Troubleshooting](https://github.com/PowerShell/Win32-OpenSSH/wiki/Troubleshooting-Steps)
## Usage
* [SSH Usage Examples](https://github.com/PowerShell/Win32-OpenSSH/wiki/ssh.exe-examples)
* [SFTP Usage Examples](https://github.com/PowerShell/Win32-OpenSSH/wiki/sftp.exe-examples)
* [Troubleshooting](https://github.com/PowerShell/Win32-OpenSSH/wiki/Troubleshooting-Steps)
* [Retrieving download links for the latest packages](https://github.com/PowerShell/Win32-OpenSSH/wiki/How-to-retrieve-links-to-latest-packages)
[SSH Usage Examples](https://github.com/PowerShell/Win32-OpenSSH/wiki/ssh.exe-examples)
[SFTP Usage Examples](https://github.com/PowerShell/Win32-OpenSSH/wiki/sftp.exe-examples)
[VS 2015 Build Instructions](https://github.com/PowerShell/Win32-OpenSSH/wiki/Building-using-VS-2015)
[TTY PTY support](https://github.com/PowerShell/Win32-OpenSSH/wiki/TTY-PTY-support-in-Windows-OpenSSH)
## Developing and Contributing to Win32-OpenSSH
* [Building Win32-OpenSSH on Windows (w/ LibreSSL)](https://github.com/PowerShell/Win32-OpenSSH/wiki/Building-OpenSSH-for-Windows-(using-LibreSSL-crypto))
* [Building Win32-OpenSSH on Linux](https://github.com/PowerShell/Win32-OpenSSH/wiki/Building-Win32-OpenSSH-on-Linux)
* [VS 2015 Build Instructions](https://github.com/PowerShell/Win32-OpenSSH/wiki/Building-using-VS-2015)
* [Running Pester tests](https://github.com/PowerShell/Win32-OpenSSH/wiki/Run-OpenSSH-Pester-Tests)
* [Eclipse CDT and GDB setup to debug SSH tools](https://github.com/PowerShell/Win32-OpenSSH/wiki/Eclipse-CDT-and-GDB-setup-to-debug-SSH-tools)