SSH URI handler for Windows

Douglas Thrift d8ac4d4fa4 Add sheilds.io badge for Appveyor build 9 lat temu
ssh-handler 099b985ad2 Support user and global settings and save to the registry! 9 lat temu
.gitattributes d95fa887bb Proof of concept SSH thingy. 11 lat temu
.gitignore 87a4be3836 Progress on the settings dialog; it's a bit rough, but it's all there. 9 lat temu
LICENSE eff4b1e9b6 Create LICENSE 11 lat temu
README.md d8ac4d4fa4 Add sheilds.io badge for Appveyor build 9 lat temu
appveyor.yml 05614703ad Add NuGet for AppVeyor. 9 lat temu
ssh-handler.nsi 65b794ec08 Bump version since this is no longer 1.0.0. 10 lat temu
ssh-handler.sln d95fa887bb Proof of concept SSH thingy. 11 lat temu

README.md

SSH Handler

Release Issues Build

SSH Handler is a program that handles SSH URIs like ssh://user@example.com on Windows. When you click an SSH link in your browser, it will launch PuTTY with the correct SSH parameters.

Installer

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 directory in the PATH environment variable.

Building

The requirements for building SSH Handler and its installer are:

License

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.