Giter VIP home page Giter VIP logo

keeagent's Introduction

KeeAgent is a plugin for KeePass 2.x. It allows other programs to access SSH keys stored in your KeePass database for authentication. It can either act as a stand-alone agent or it can interface with an external agent.

USAGE

See http://lechnology.com/software/keeagent

HACKING

Pull requests are welcome!

Building KeeAgent in Visual Studio (Windows)

Setting up the KeeAgent solution in Visual Studio

Setup Debug Properties

These are not saved in KeeAgent.csproj, so you have to manually set them up.

  • Open the project properties for the KeeAgent project.

  • On the Debug tab, in the Start Action section, select Start external program: and enter <path-to-project>/bin/Debug/KeePass.exe, where <path-to-project> is the actual path on your machine.

    If you have not tried to build the project yet, then you will get an error that the program does not exist. Ignore the error.

  • Then in the Start Options section, set Command line arguments to --debug --pw:test Test.kdbx.

  • Do the same for the Release and ReleasePlgx configurations, substituting the configuration name for Debug in bin/Debug/KeePass.exe.

    Also leave out the --debug command line argument for these configurations.

Building KeeAgent in Xamarin Studio (Linux/OS X)

  • Suggest that you use at Monodevelop >= 5.0

  • Make sure you are using the OpenSSH SSH agent and not the GNOME Keyring SSH agent. Instructions here.

  • Get the code:

      git clone git://github.com/dlech/KeeAgent --recursive
    
  • In monodevelop:

    • In Edit > Preferences... > Projects > Build, check the box that says Compile the project using MSBuild/Xbuild. In newer versions, this option is not there (it is set per project in the project options). You must restart Monodevelop after making this change.
    • If you are using an older version of MonoDevelop, make sure you have the nuget addin installed.
    • Open the KeeAgent.sln file.
    • Expand SshAgentLib project and right-click on References. Select Restore NuGet Packages.
    • Close and re-open the solution if it still says that BouncyCastle is missing.
    • Should be good to build and run now.

Building KeeAgent from the Command Line (Linux/OS X)

  • Make sure you have a fairly recent mono (>= v3.2.x)

  • Get the code:

      git clone git://github.com/dlech/KeeAgent --recursive
      cd KeeAgent
    
  • Restore the nuget packages:

      wget https://nuget.org/nuget.exe
      mono nuget.exe restore
    
  • And build:

      xbuild /property:Configuration=ReleasePlgx KeeAgent.sln
    
  • The plgx file will be at bin/ReleasePlgx/KeeAgent.plgx.

COPYRIGHT

(C) 2012-2016 David Lechner [email protected]

keeagent's People

Contributors

dlech avatar leoverto avatar mrhoten avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.