Questions tagged [pageant]

Pageant is an PuTTY SSH authentication agent. It holds your private keys in memory, already decoded, so that you can use them often without needing to type a passphrase

Pageant is included in PuTTY installation package. You can also download it separately. It is also included with other SSH/SFTP clients, such as WinSCP.

Documentation: Using Pageant for authentication.

67 questions
2
votes
1 answer

How can I make a passphrase-protected PPK stop asking for password in TortoiseHG via TortoisePlink and KeyRing

SOLVED, see the last edit I have a SourceForge repository and I correctly set my SSH key there. It works fine. But when I use TortoiseHG to push my modifications to the repository, I keep getting asked for the password for my PPK (since I protected…
Axonn
  • 10,076
  • 6
  • 31
  • 43
1
vote
3 answers

Using a powershell script as a logon script (group policy) which starts a external program?

I have made a power shell script which loads pageant (a windows SSH authentication agent) with my private keys. In short the script isn't much more than the following two lines: $tool = "pageant.exe" &$tool $files.ToArray() $files is a list of…
Martijn B
  • 4,065
  • 2
  • 29
  • 41
1
vote
2 answers

Start Pageant SSH-Agent and load all keys in a folder

How can i start the pageant ssh agent, and load all my private keys without adding them one by one to a batch file or in pageant itself? I can add key-files to pageant on the commandline by listing them after the executable or load them manually…
Chris
  • 527
  • 3
  • 15
1
vote
1 answer

iOS can you view SVN repository on iPhone/iPad via PuTTY Pagent?

I currently develop on a Windows PC and store the code in an SVN repository that is accessed via a combination of SVN, PuTTY, and Pageant. I would like to be able to view code in the repository on an iPad but I am unsure if this is possible because…
minieggs
  • 19
  • 4
1
vote
1 answer

alternative to pageant for Git when TortoiseGit is installed

I have TortoiseGit and Git for windows installed. I can successfully clone a repository with the SSH protocol and a private and public key if I use pageant, but what shall I do if I don't want to use pageant? I have in my %HOME% directory my pair of…
user2304458
  • 363
  • 1
  • 2
  • 11
1
vote
1 answer

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…
user2304458
  • 363
  • 1
  • 2
  • 11
1
vote
2 answers

Mercurial Over SSH Bitbucket: no suitable response from remote hg

I have a weird problem with my mercurial environment on windows 10. i usually work with ssh to connect to my Bitbucket repositories and it works fine but suddenly it stopped. When i try to Pull, Push, Clone or any other command i started to get this…
Sharon Lifshits
  • 453
  • 4
  • 9
1
vote
1 answer

plink pageant not working from asp.net

the problem in a nutshell: running plink(with specific arguments) works from cmd, but not from asp.net the command being executed: "C:\Program Files (x86)\PuTTY\plink.exe" -batch abc@xyz ./fake_email.sh from cmd, the command executes correctly, with…
someguy
  • 59
  • 6
1
vote
2 answers

Can I register a PuTTY key with TortoiseGit globally (not per repo)?

I am familiar with using TortoiseGit + PuTTY to access a remote, you can set the PuTTY key used for a given remote via: the Remote node in the Settings windows the .git\config file... [remote "upstream"] url = git@gitlab.com:name/project.git fetch…
lofidevops
  • 15,528
  • 14
  • 79
  • 119
1
vote
1 answer

c# wait until dialog of started process closes

How do I wait (block) my program until a specific dialog of my previous started process closes? I'm starting pageant.exe to load a ssh key. Pageant is started with the class "Process". This works fine. My ssh key has a passphrase. So my main…
Pas
  • 11
  • 3
1
vote
0 answers

Authentication in gitpython

I am trying to write a fairly simple function (I thought). I want a user to specify a path to a checked out git repo on his computer. (A git repo that requires authentication). I then want to do a git pull on that folder to grab any changes. My code…
pskaa
  • 21
  • 1
  • 3
1
vote
1 answer

Tortoise SVN not working with pageant

I can't do anywthing with repository on TortoiseSVN client. For auth I am using PPK file generated by puttygen. Repo never asked for password. After hitting update I received this (it popped out instantly, not trying any connection to repo): Things…
dsmatana
  • 61
  • 8
1
vote
1 answer

Can not authenticate with Subversion, InteliJ and SSH Agent

Hi I have a Suversion repository in which I want to connect with InteliJ. With TortoiseSVN I have no problems. But when I tried to connect with InteliJ there is a problem. Subversion version is 1.8.10. InteliJ version 14.0.3. Error:svn: E170012:…
Xelian
  • 16,680
  • 25
  • 99
  • 152
1
vote
1 answer

Capifony SSH Exception on windows - 998 error code

I am trying to setup Capifony to deploy on windows however when running cap deploy I get the following output. Spec ruby 2.0.0p481 capifony v2.7.0 The error message servers: ["homestead.app"] ** [deploy:update_code] exception while rolling back:…
Malachi
  • 33,142
  • 18
  • 63
  • 96
1
vote
1 answer

putty disconnected error, openssh conflict with putty?

I have been having issues with being able push my changes to my heroku app. I was able to about 1 week ago but not I cannot. I cant think of anything I did to cause this (possibly installed the heroku toolbelt? to fix another issue, I cant remember…
Steve
  • 2,971
  • 7
  • 38
  • 63