Skip to content

Instantly share code, notes, and snippets.

@hifi
Created October 21, 2017 11:26
Show Gist options
  • Save hifi/c938f9a4c37c8d37e27b7817f9c97712 to your computer and use it in GitHub Desktop.
Save hifi/c938f9a4c37c8d37e27b7817f9c97712 to your computer and use it in GitHub Desktop.
Sample KeeAgent settings file for automatic entries (id_rsa)
<?xml version="1.0" encoding="utf-8"?>
<EntrySettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<AllowUseOfSshKey>true</AllowUseOfSshKey>
<AddAtDatabaseOpen>true</AddAtDatabaseOpen>
<RemoveAtDatabaseClose>true</RemoveAtDatabaseClose>
<UseConfirmConstraintWhenAdding>false</UseConfirmConstraintWhenAdding>
<UseLifetimeConstraintWhenAdding>false</UseLifetimeConstraintWhenAdding>
<LifetimeConstraintDuration>600</LifetimeConstraintDuration>
<Location>
<SelectedType>attachment</SelectedType>
<AttachmentName>id_rsa</AttachmentName>
<SaveAttachmentToTempFile>false</SaveAttachmentToTempFile>
<FileName />
</Location>
</EntrySettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment