SSH Handler is a program that handles SSH URIs like ssh://[email protected] on Windows. When you click an SSH link in your browser, it will launch PuTTY with the correct SSH parameters.
The installer will install SSH Handler and the .NET Framework 4 Client Profile if it is needed:
PuTTY must be installed from its installer or available in a directory in the PATH environment variable.
The requirements for building SSH Handler and its installer are:
- Visual Studio Express 2013 for Windows Desktop or newer
- NSIS (Nullsoft Scriptable Install System)
- Microsoft .NET Framework 4 Client Profile (Web Installer)
- NuGet Package Manager for Visual Studio 2013 included with newer versions of Visual Studio
Copyright 2014 Douglas Thrift Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.