SSH URI handler for Windows

Douglas Thrift 54b721cac2 Make mintty hold for errors 5 years ago
ssh-handler 54b721cac2 Make mintty hold for errors 5 years ago
.appveyor.yml e717941373 Zip up the whole bin subdirectory 6 years ago
.gitattributes d95fa887bb Proof of concept SSH thingy. 11 years ago
.gitignore acd16b7445 Update to more recent Visual Studio .gitignore 6 years ago
LICENSE eff4b1e9b6 Create LICENSE 11 years ago
README.md bbeeaa53ba Clean up README and include mirror download link 7 years ago
ssh-handler.nsi f0a20e3350 Add Start Menu shortcuts for user/global settings 6 years ago
ssh-handler.sln d95fa887bb Proof of concept SSH thingy. 11 years ago

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 a 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.