Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Jul 26, 2013
1 parent d9db18b commit 3b0810d
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,33 @@
SshAgentLib is a .NET library that can be used to create ssh agents for
Putty and OpenSSH clients.
SshAgentLib
===========

SshAgentLib is a .NET library that can be used to create an SSH agent for
PuTTY and OpenSSH clients and an SSH client for Pageant and OpenSSH agents.

__WARNING__: This is not a stable API.

It is currently only being used for [KeeAgent][1] (a plugin for KeePass 2.x).

Graphical User Interface Libraries
==================================

Each library contains controls/widgets for creating user interfaces that
use the base SshAgentLib.

WinForms
--------
Provides controls based on the [System.Windows.Forms][2] library

Gtk
---
Provides widgets based on the [GtkSharp][3] library

Qt
--
Provides widgets based on the [Qyoto][4] library


[1]: http://lechnology.com/KeeAgent
[2]: http://msdn.microsoft.com/en-us/library/system.windows.forms.aspx
[3]: http://www.mono-project.com/GtkSharp
[4]: http://techbase.kde.org/Development/Languages/Qyoto

0 comments on commit 3b0810d

Please sign in to comment.