From dc9907afe2a768312c4de2366c6efd6892d9e1f4 Mon Sep 17 00:00:00 2001 From: Joey Aiello Date: Tue, 16 May 2017 13:38:04 -0700 Subject: [PATCH] Created _Sidebar (markdown) --- _Sidebar.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 _Sidebar.md diff --git a/_Sidebar.md b/_Sidebar.md new file mode 100644 index 0000000..eefa076 --- /dev/null +++ b/_Sidebar.md @@ -0,0 +1,28 @@ +## Project + +* [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) + +## Installation + +* [Install Instructions](https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH) +* [Alternative installation using Chocolatey](https://github.com/PowerShell/Win32-OpenSSH/wiki/Win32-OpenSSH-Automated-Install-and-Upgrade-using-Chocolatey) + +## 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) +* [Info on SSH remote sessions on Windows](https://github.com/PowerShell/Win32-OpenSSH/wiki/SSH-remote-sessions-on-Windows) +* [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) + +## 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) \ No newline at end of file