Skip to main content

Questions tagged [pageant]

The tag has no usage guidance.

-1 votes
1 answer
341 views

Pageant fails to generate OpenSSH Config

I want to be able to use the SSH Keys loaded in Pageant when using the built-in Open SSH client. I tried running the command pageant.exe --openssh-config %USERPROFILE%\.ssh\pageant.conf like in the ...
Lutz Kremer's user avatar
8 votes
3 answers
7k views

Use Pageant with Windows OpenSSH when connecting over SSH from PowerShell

I've been using Pageant for handling SSH keys with Git (so that I only enter the key passphrase once) via setting the GIT_SSH environment variable. What I want to do now is to use Pageant for regular ...
szx's user avatar
  • 998
1 vote
1 answer
759 views

determining the named pipe that PuTTY's pageant is using

I'm running PuTTY's pageant v0.78, which supports named pipes on Windows, per https://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/pageant-named-pipe.html. My question is... how do I find out ...
neubert's user avatar
  • 7,232
2 votes
0 answers
981 views

Putty not able to connect using private keys with Pageant

I've been wrestling with the issue for couple of days, but have no progress. The anomaly started suddenly a few days ago, everything worked perfectly before on Windows 10. Problem: Need to connect to ...
Kristo's user avatar
  • 21
1 vote
1 answer
644 views

ssh key authentication working for some and some not

we have BoKS authentication where public key is placed in BoKS db and private key is mapped in putty and pushing it through pageant. issue: working for some servers and for some not (observation: ...
hariram manohar's user avatar
0 votes
1 answer
104 views

SSH-256/512 RSA taking "long" to login

Up to now, I have been using putty + pageant 0.66 to ssh from my Win 10 client to a couple of Linux servers, as in Comp A Comp B Comp C Win 10, Msys2 --...
sancho.s ReinstateMonicaCellio's user avatar
1 vote
1 answer
2k views

Pageant fails to auto-start on Windows 10

I have the following shortcut in c:\Users\...\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\ C:\prog\PuTTY\pageant.exe c:\my\.ssh\some-key.ppk c:\my\.ssh\other-key.ppk It used to ...
Vladimir Alexiev's user avatar
1 vote
1 answer
348 views

Pageant - reports error "can't open file" but loads keys anyway

I'm using Pageant 0.70 to load keys on Windows 10 via a PowerShell script: profile-file.ps1 $pageant-path = "c:\full-path-to-pageant.exe" $keypath1 = c:\full-path-to-key1 $keypath2 = c:\full-path-to-...
lonstar's user avatar
  • 234
1 vote
1 answer
980 views

How can I automatically start an SSH tunnel when I put in my Pageant password?

I need an SSH tunnel for my VNC to work. Currently I have a PuTTY connection that creates the tunnel, but which requires Pageant to authenticate. I also have Pageant, VNCc, and PuTTY in my Windows ...
dsollen's user avatar
  • 249
1 vote
0 answers
62 views

Is Pageant applying the entered passphrase too few keys in a row on purpose? [closed]

In another question I asked about passphrases and the mechanism against being compromised in the case of a huge amount of sample data. What brought me here is Pageant, which remembers the passphrase ...
h__'s user avatar
  • 111
0 votes
2 answers
4k views

Extracting private key from PIV card

I can get the public key out of my PIV card (using PuTTy) but I am unable to get the private key, which I would like to emulate the card by running Pageant. Is there any way to get the private key out ...
amphibient's user avatar
  • 2,203
2 votes
1 answer
90 views

How can I configure FileZilla to first try the provided password before trying private keys?

I use FileZilla 3.29.0 on Windows 7 SP1 x64 Ultimate. Amongst the SFTP servers, I connect to, some of them use password authentication, and others use private keys. I use Pageant to manage the ...
Franck Dernoncourt's user avatar
5 votes
2 answers
7k views

Pageant - Win 10 - Cannot load keys on startup

If I run pageant and add keys, there is no problem. The key gets loaded without issues. If I create a shortcut to run pageant and load the keys at the same time, like so: "C:\Program Files (x86)\...
Rolodex McGee's user avatar
2 votes
1 answer
2k views

Using Plink with Pageant in the Windows Task scheduler

On a Windows machine, I have a script that starts a Linux server, performs a backup, and finally shuts down the server. The script uses Plink with public key authentication to run the shutdown command ...
maf's user avatar
  • 143
4 votes
6 answers
8k views

How can I use the ~/.ssh/config file with Pageant under windows?

I am using Pageant on my Windows machine to manage my SSH key. I have used ssh-agent before, but since Vagrant does not use ssh but net-ssh on vagrant up/provisioning I need to have my key in Pageant ...
func0der's user avatar
  • 171

15 30 50 per page