简体   繁体   中英

How to use Pageant under SYSTEM account

When I turn on my server I want the SYSTEM to load Pageant and some keys, because a build application might later be activated also with SYSTEM rights. And that build application should use the keys to get access to my remote Git repository. How can I accomplish that?

Run the Pageant the same way you run the "build application".

"C:\Program Files (x86)\PuTTY\pageant.exe" C:\path\to\key.ppk

If you run it again, nothing happens. If Pageant is already running in the session, the second instance just instructs the existing instance to load the keys. If the same keys are already loaded, nothing happens.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM