-
-
Notifications
You must be signed in to change notification settings - Fork 0
Configure ssh merge target
Jens Heine edited this page Mar 9, 2024
·
2 revisions
If you want to backup/merge your password database to another computer over the ssh protocoll, you can do it like this:
Create a new account as follows:
add
UUID : 0266d735-87fe-49c1-b02c-c248e4e2caa0
Name : <FREE_TEXT>
URL : <hostname>:/home/bert/p/
Loginname : <USERNAME>
Password : <PASSWORD>
Type : <FREE_TEXT>
Connectortype : ssh
You have to set the Connectortype to "ssh". I reccomend to set the Type to "Connector". This makes it easier to find all connectors in your database with the "st" command which only searches in the type field.
If you have created this account you can then merge your database to this account:
mergewith 0266d735-87fe-49c1-b02c-c248e4e2caa0
To set this ssh account as the default ssh account to merge to, use:
setsshaccountuuid 0266d735-87fe-49c1-b02c-c248e4e2caa0
Now this account is the default ssh target and will be used when you execute:
merge2ssh
Use the showconfig command to view the default merge targets that are currently configured in your database.
showconfig