Keys supports three different type of 'DB Keys':
-WebSite (Open a website page and autotype logon with provided credentials)
-Command (Open an ssh/sftp connection)
-Account (Store generic username/password credentials)
A WebSite 'DB Key' wants:
-Target : the website page
-Username
-Password
A Command 'DB Key' wants:
-Comando: the command to launch
-Target: the ip or dns name of the server to connect to
-Username
-Password
An Account 'DB Key' wants:
-Username
-Password
All the 'DB Key' provides an additional 'Note' line where you can store optional informations.
When you ask keys to add a new 'DB Key', will be created an empty schema to fill.
WebSite 'DB Key'; opens an sf.net account
target='https://sourceforge.net/account/login.php'
user='myusername'
password='mysfpassword'
note='SourceForge'
Command 'DB Key'; opens a ssh connections with konsole
comando='konsole -e ssh'
target='myserver.localdomain'
user='myusername'
password='mypassword'
note='SSH connection to myserver'
Command 'DB Key'; opens a ssh connections with gnome-terminal
comando='gnome-terminal -x ssh'
target='myserver.localdomain'
user='myusername'
password='mypassword'
note='SSH connection to myserver'
Command 'DB Key'; opens a sftp connections with gnome-terminal
comando='gnome-terminal -x sftp'
target='myserver.localdomain'
user='myusername'
password='mypassword'
note='SFTP connection to myserver'
Command 'DB Key'; opens a rdesktop connections with geometry 1280x1024
comando='rdesktop -g 1280x1024'
target='mywinserver.localdomain'
user='myusername@localdomain'
password='mypassword'
note='Remote Desktop connection to Mywinserver'
Account 'DB Key'; store generic credentials
user='myusername'
password='mypassword'
note='Account credentials XX'