Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aalbng/AdvancedConnectPlugin
AdvancedConnect is a plugin for KeePass password manager which gives you the possibility to provide different applications for direct connections.
https://github.com/aalbng/AdvancedConnectPlugin
Last synced: 2 months ago
JSON representation
AdvancedConnect is a plugin for KeePass password manager which gives you the possibility to provide different applications for direct connections.
- Host: GitHub
- URL: https://github.com/aalbng/AdvancedConnectPlugin
- Owner: aalbng
- Created: 2016-12-08T15:11:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T05:34:29.000Z (over 3 years ago)
- Last Synced: 2024-08-04T01:16:10.244Z (6 months ago)
- Language: C#
- Homepage:
- Size: 1.69 MB
- Stars: 57
- Watchers: 9
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-keepass - AdvancedConnectPlugin - Plugin for KeePass which gives you the (Plugins / Other clients)
README
# AdvancedConnectPlugin
AdvancedConnect is a plugin for [KeePass](http://keepass.info) password manager which gives you the possibility to provide different applications for direct connections.## Requirements
- Microsoft Windows with .NET/[Mono](http://www.mono-project.com/download/) 2.0 or newer.
- Unix/Linux with [Mono](http://www.mono-project.com/download/) 2.0 or newer.
- [KeePass](http://keepass.info) version 2.28 or newer.## Installation
- Download the [latest](https://github.com/aalbng/AdvancedConnectPlugin/releases/latest) release.
- Copy the AdvancedConnectPlugin.plgx in your KeePass directory and restart the application.## Usage
- The plugin adds a new menu item named **AdvancedConnect** under **Tools** menu.
- Use the **Main** tab in the **Options** dialog to configure the custom fields from which the plugin gets the connection method and the connection options field (overrides default options).
On windows operation system the native remote desktop client have no option to provide the username and password via command-line. The built-in rdp support is a little workaround wich provides this functionality. You have to configure the keepass connection field (containing ip or hostname), a connection method (e.g. rdp) and you can set additional parameters (e.g. /w:1440 /h:900).
- Use the **Applications** tab in the **Options** dialog to configure your connection applications.
The **Path** and **Commandline Options** column is also supporting keepass placeholders and OS environment variables.
- To use a **portable configuration** you have to create an emtpy file named **AdvancedConnect.xml** next to **KeePass.exe**.
(If a portable\admin configuration file is available, the default configuration *%appdata%\Keepass\AdvancedConnect.xml* will be ignored)## Example
- Configure main options
- Add your applications
- Set custom fields in keepass entries
- Start your applications directly from keepass
## Security
Please take note that launching applications via command-line can expose your password arguments in the taskmanager.
## Repository
The main repository is hosted on [GitHub](https://github.com/aalbng/AdvancedConnectPlugin).
## Changelog
See [CHANGELOG](https://github.com/aalbng/AdvancedConnectPlugin/blob/master/AdvancedConnectPlugin/CHANGELOG.txt) file for details.
## Download
You can get all binaries from [here](https://github.com/aalbng/AdvancedConnectPlugin/releases).
## License
The source code in this repository is released under the Apache License, Version 2.0 license.
See the [LICENSE](https://github.com/aalbng/AdvancedConnectPlugin/blob/master/AdvancedConnectPlugin/LICENSE.txt) file for details.____
The AdvancedConnect plugin is inspired by [QuickConnect](https://github.com/cristianst85/QuickConnectPlugin)