简体   繁体   English

如何在SYSTEM帐户下使用Pageant

[英]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. 当我打开我的服务器时,我希望SYSTEM加载Pageant和一些密钥,因为稍后可以使用SYSTEM权限激活构建应用程序。 And that build application should use the keys to get access to my remote Git repository. 该构建应用程序应该使用密钥来访问我的远程Git存储库。 How can I accomplish that? 我怎么能做到这一点?

Run the Pageant the same way you run the "build application". 以与运行“构建应用程序”相同的方式运行Pageant。

"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. 如果Pageant已在会话中运行,则第二个实例仅指示现有实例加载密钥。 If the same keys are already loaded, nothing happens. 如果已加载相同的键,则不会发生任何操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用JMeter在Pageant中加载SSH密钥 - How can I use JMeter to load SSH keys in Pageant 如何使用SCHTASKS在SYSTEM用户帐户下创建计划任务 - How to create a scheduled task under SYSTEM user account with SCHTASKS 如何从Windows服务在系统帐户下启动单独的进程? - how to start separate process under system account from a windows service? 从系统帐户下的服务启动过程 - Launching process from service under system account WPF - 在SYSTEM帐户下执行流程时性能低下 - WPF - Low performance when process is executed under SYSTEM account 无法运行在SYSTEM帐户下发出https请求的Windows任务 - Unable to run a windows task that makes https request under SYSTEM account 如何使用 terraform 上的选美来建立 SSH 连接以提供文件? - How to make a SSH connection using pageant on terraform for provisioning files? 如何在 Windows SYSTEM 帐户中启动 python 进程 - How to launch a python process in Windows SYSTEM account 在带有“本地系统帐户”的“ Windows服务”下运行时,.NET Windows 7截屏不起作用 - .NET Windows 7 take screenshot not working when running under 'Windows Service' with 'Local System Account' 网络服务无法使用本地系统帐户访问网络共享 - Network service can't access network share under local system account
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM