Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
0answers
319 views

Pageant seem to have interference, does not work at all

I have a server setup with my public key and adding my private key to putty allows me to connect to the server properly. When I use pageant however, it doesn't work. My research showed that the event ...
3
votes
1answer
428 views

Visual Studio - AnkhSvn, TortoiseSVN, Pageant

I am using Visual Studio 2010 with AnkhSvn for Visual Studio work and TortoiseSVN for other legacy projects on the same machine. I connect to the SVN server using SSH keys held in PageAnt, to ...
2
votes
2answers
451 views

After installing msysgit, AnkhSVN tries to use the wrong SSH executable file

I have recently installed msysgit on my machine (its running Windows 7) to use Git for some projects. A lot of my projects are under SVN, in which I use AnkhSVN in Visual Studio 2008 to commit etc. ...
1
vote
3answers
392 views

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 = ...
1
vote
1answer
107 views

Komodo Edit and SSH Private Keyfile in Pageant for Amazon Web Services ECS

I would like to use Komodo Edit to edit files on my Ubuntu AWS ECS instance (running Django). According to this Old Nabble from 2008 (oh boy) Komodo Edit should support SSH authentication via ...
1
vote
0answers
96 views

How to grant access to IIS user

I'm working on a web app that uses SharpSVN to checkout from a repo using svn+ssh. I have configured my ssh client correctly in my AppData config file by adding the path to Plink under the [tunnels] ...
1
vote
0answers
311 views

TortoiseGit and Pageant, have to “add key” every time

Background: I'm using git and TortoiseGit with github.com. My development cycle on the .git local branch goes like this: 1) Make whatever changes 2) Right-click on directory, choose "Git Commit ...
0
votes
1answer
33 views

How to use pageant with paramiko on Windows?

I know that paramiko supports pageant under Windows but it doesn't work by default. I am looking for an example of connecting using the key that is loaded in Pageant.
0
votes
0answers
113 views

Plink does not see Pageant

Pageant is started. I can login to server using Putty with blank key field. This command works fine: Plink -i c:\path\to\key.ppk git@server.name info But this one says "Server refused our key" ...
0
votes
0answers
23 views

How to forward an ssh agent to a vmware unity ran program

I am running a Windows as a host with VMWare Workstation, which also has putty pageant running. I also have an Ubuntu as a guest and I want to run the programs using vmware unity. But I also need the ...
0
votes
1answer
46 views

Keys not being passed on svn up when running gnu-screen

I am SSHing into a server using putty I have set-up putty with pageant to allow key forwarding. this set-up works absolutely fine and when I run 'svn up' the update runs fine. but if I start running ...
0
votes
1answer
242 views

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 ...