代码拉取完成,页面将自动刷新
同步操作将从 openKylin/ksshaskpass 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
Ksshaskpass is a front-end for ssh-add which stores the password of the
sh key in KWallet.
Ksshaskpass is not meant to be executed directly, you need to tell
ssh-add about it. ssh-add will then call it if it is not associated
to a terminal.
From the ssh-add manpage:
/----------------
| DISPLAY and SSH_ASKPASS
| If ssh-add needs a passphrase, it will read the passphrase from the
| current terminal if it was run from a terminal. If ssh-add does not
| have a terminal associated with it but DISPLAY and SSH_ASKPASS are
| set, it will execute the program specified by SSH_ASKPASS and open
| an X11 window to read the passphrase. This is particularly useful
| when calling ssh-add from a .xsession or related script. (Note that
| on some machines it may be necessary to redirect the input from
| /dev/null to make this work.)
\----------------
This means you need to make sure to set the SSH_ASKPASS environment variable
to the path of ksshaskpass and then call ssh-add from your autostart scripts.
To add it to the KDE autostart sequence you could for example create an
executable script with the following content in ~/.kde/Autostart/ (or maybe
/.kde4/Autostart/, depending on the distribution).
/----------------
|#!/bin/sh
|
|SSH_ASKPASS=ksshaskpass ssh-add < /dev/null
\----------------
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。