You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
370 B
14 lines
370 B
9 years ago
|
This is a very small helper app for ssh-agent.
|
||
|
|
||
|
Example setup:
|
||
|
|
||
|
- run the lxqt-config-session.
|
||
|
- add new item into the "Environment (Advanced)"
|
||
|
SSH_ASKPASS=lxqt-openssh-askpass
|
||
|
-if you want to register your keys on session startup add new item to "Autostart" tab. For example:
|
||
|
name: ssh-add
|
||
|
command: ssh-add
|
||
|
wait for system tray: false
|
||
|
- logout/login/enjoy
|
||
|
|