Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlech/sshagentlib
.NET library creating ssh agent and client applications (works with both PuTTY/Pageant and OpenSSH)
https://github.com/dlech/sshagentlib
Last synced: 3 months ago
JSON representation
.NET library creating ssh agent and client applications (works with both PuTTY/Pageant and OpenSSH)
- Host: GitHub
- URL: https://github.com/dlech/sshagentlib
- Owner: dlech
- License: other
- Created: 2012-04-02T00:01:13.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-05-05T19:39:35.000Z (8 months ago)
- Last Synced: 2024-05-05T20:36:03.325Z (8 months ago)
- Language: C#
- Homepage:
- Size: 5.22 MB
- Stars: 34
- Watchers: 7
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
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] libraryGtk
---
Provides widgets based on the [GtkSharp][3] 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