is a program that used together with OpenSSH or similar SSH programs provides a secure way of storing the private key.

learn more… | top users | synonyms

0
votes
1answer
19 views

How to avoid typing passphrase for git pull executed under www-data

I stuck on the operation when I need to execute Git pull command running from PHP script. (user is added into www-data group) without passphrase typing. I found that this can be solved using command: ...
0
votes
0answers
8 views

Why do I have to re-set $SSH_AUTH_SOCK in tmux when I re-attach? [migrated]

I mainly work on a mac and ssh/tmux attach to a Linux machine to do my work. I have ssh-agent running on the Linux machine. I have set -g update-environment "SSH_AUTH_SOCK SSH_ASKPASS WINDOWID ...
1
vote
1answer
127 views

git jenkins scm plugin Permission denied

When I try to set up a job to build a project from a git repository I get an error: Failed to connect to repository : Command "git ls-remote -h ssh://git@ssh://git@host.com/path/to/repos.git HEAD" ...
2
votes
1answer
152 views

Reading a private SSH key from Pageant

I'm writing a utility in C# that needs to automatically connect to a server over SSH (with SSH.NET), which has been a mostly painless process. The server forces public key authentication (The server ...
0
votes
1answer
403 views

ssh and agent forwarding in ubuntu 12.10

I have a machine X, I login to X and issue an ssh somewhere command which uses key authentication, and it works fine. When I ssh to machine X from a 12.10 machine (which does not have my special ...
2
votes
1answer
4k views

Cannot push to git repository - permission denied

I have a following problem: $ git push -u origin master Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the ...
3
votes
1answer
2k views

Local Vim, local filesystem and SSH client with SSH-Agent in Chromebook?

I read somewhere that this is possible after enabling the developer switch but cannot find how to access it. A thread here explains something about the javascript plugin containing the ssh tool but ...
3
votes
3answers
827 views

TortoiseGit with openssh key not authenticating using ssh-agent

I'm setting up a git environment on Windows XP (msysGit 1.7.11, TortoiseGit 1.7.14) and trying to achieve following points : ssh connection on a port different than default 22 ssh authentification ...
2
votes
1answer
172 views

Eclipse git and ssh-agent

I use eclipse with git (egit). I would like to make use of my ssh-agent so I can push from eclipse. Does anybody know how to set up egit to use ssh-agent? background: I can't upload my key to ...
2
votes
1answer
461 views

How to make ssh-add read passphrase from a file? [closed]

I am trying to add key in ssh-agent and want ssh-add read password form file. How its possible? is there any switch or option? I didn't find any of them. If you guys know any hack please appropriate ...
0
votes
1answer
299 views

SSH-add is not persistent event though ssh-agent is started

I did ssh-add. During the session it works fine, but when I exit and reconnect to the server with ssh it does not work anymore ssh-add -l says: no identities. I do start the ssh-agent in my ...
0
votes
2answers
169 views

putty pageant protocol?

ssh-agent has a protocol whereby data can be sent to it to get signed by a particular private key: http://api.libssh.org/rfc/PROTOCOL.agent In Linux, with ssh-agent, you'd open a Unix domain socket ...
0
votes
2answers
290 views

gitbash (cache passphrase key): Can't get the ssh-agent to run on windows, modified the .bashrc & .profile

can anyone help, i am on windows and git is working with my origin set to github. Of course everytime i wish to pull / push or anything i need to supply the passphrase of the key for github. ...
0
votes
1answer
245 views

ssh-agent across ssh sessions on shared host [closed]

I ssh into a shared host (WebFaction) and then use ssh-agent to establish a connection to a mercurial repository (BitBucket). I call the agent like so: eval `ssh-agent` This then spews out the pid ...
3
votes
1answer
352 views

using ssh-agent without login

We would like to use ssh-agent to automatically connect to many machines through ssh, using a dedicated user on a ubuntu machine (12.04); the problem is that since we have generated this user through ...
5
votes
0answers
315 views

SSH Agent no longer starting after installing Cygwin

Installed msysGit, wrote the code to start ssh-agent in .profile, everything worked. Installed cygwin, without Git, just ssh and cURL. SSH Agent no longer starting when Git bash opens. I can start ...
4
votes
0answers
276 views

Failure to use agent forwarded ssh key with capistrano and symfony2 bin/vendors install [closed]

We use ssh agent forwarding to deploy our Symfony2 projects to our servers. This works fine and we have no issues performing git clone etc from github using capistrano. But, for Symfony2 you need to ...
-2
votes
1answer
677 views

ssh-agent isn't running after system boot (Suse 12.1, KDE)

when I call ssh-add I get the following error message: Could not open a connection to your authentication agent. It looks like ssh-agent isn't running. I don't want to run it manually. I would ...
1
vote
1answer
1k views

MySQL root-login with SSH private key?

Suppose Mysql -dbs and an admin with a bad habbit to forget the passwords (or paranoid enough wanting more creative authentication, not just password). Is it possible to access Mysql -root shell for ...
1
vote
0answers
305 views

How to forward ssh-agent credentials from an auxiliary ssh-agent? [closed]

Problem: I have a remote git server with ssh-accessible git repository and another remote deployment server where I want to checkout the sources with git-clone. I want to minimize the chances that an ...
6
votes
1answer
1k views

Capistrano deployment from Windows using forward_agent option: “Error reading response length from authentication socket.”

I'm trying to deploy a project using Capistrano. My development machine is running Windows 7; the server I'm deploying onto is Linux. In the deploy.rb script, the following is set: ...
1
vote
1answer
396 views

Fabric error when connecting to multiple hosts with ssh config file & RSA keys

I have an error when i connect to multiple servers with Fabric using RSA keys and ssh config file. My client is snow leopard 10.6.8 with python 2.7.2, Fabric 1.4.0, ssh (library) 1.7.13. I use ...
2
votes
4answers
2k views

paramiko, isn't talking to ssh-agent. same behavior in fabric

Firstly I tried to get fabric working, but it kept asking me for a password. So I'm trying to reduce the problem. Perhaps it would be a good POC to just create a SSH connection from Python. I ...
2
votes
1answer
138 views

What mechanisms does ssh-agent use to keep unlocked private keys secure in memory?

I'm working on a library to make quick access to KeepassX database files easier for power users [1]. Right now the application is so short-lived in memory that security around the unencrypted KeePass ...
0
votes
1answer
200 views

Need ssh-agent running under Apache PHP script

i want to run a capistrano command in a PHP scipt executing under apache. i need SSH-Agent started when i issue the command. Apache runs under the www-data user which has ssh-agent setup but ssh-agent ...
2
votes
1answer
2k views

How to save password with Git ssh-agent

Not sure how or why, but ssh-agent lost all saved passwords. How can I re-add them? I would like it if when connecting over SSH to type the password then and have ssh-agent remember it from there on. ...
1
vote
1answer
717 views

How do I isolate problems with ssh-add/ssh-agent provided in the msys implementation that comes with msysgit?

I have installed msysgit: Git-1.7.8-preview20111206.exe from http://code.google.com/p/msysgit/downloads/list (Edit: I have also installed msysGit-fullinstall-1.7.8-preview20111206.exe, which ...
2
votes
2answers
404 views

Git hook and ssh Agent Forwarding

I've got a remote development server with a git repository. When I push from my local machine to this dev server it runs the git hook after-receive to push the develop branch on a heroku staging ...
1
vote
1answer
315 views

Can I make git-svn use my existing ssh-agent for credentials?

ETA: Turns out I may have the wrong end of the stick. Collabnet SVN stores its client certificate credentials not by using ssh-agent, but with gnome-keyring (or kwallet, or other platform-specific ...
1
vote
2answers
400 views

How to get only remote git operations to trigger a ssh-add event for ssh-agent?

I recently asked a question on AskUbuntu about getting ssh-agent to automatically save my passphrase protected key for later re-use without having to re-enter the passphrase during bash login ...
1
vote
1answer
931 views

How to get Rspec test in Colour for windows on MINGW

I'm new to Ruby, just tying to learn it, following the Ruby on Rails Tutorial I'm running the GitBash MINGW for window, and when I run (rspec 2.4.0) rspec spec/ I get the response: You must use ...
0
votes
1answer
2k views

SSH Remote Command Hangs

Does anyone know why this command, ssh -v user@address "exec ssh-agent bash" ...would hang on this output? debug1: Sending command: exec ssh-agent bash I'm trying to automatically setup a set of ...
12
votes
3answers
5k views

getting ssh-agent to work with git run from windows command shell

I have msysgit installed, with OpenSSH. I am connecting to a gitosis repo. From the git bash, I have created a .profile file that runs ssh-agent (if not already running) each time git bash is opened. ...
28
votes
2answers
19k views

Add private key permanently with ssh-add on Ubuntu

I have a private key protected with a passowrd to access a server via SSH. I have 2 linux (ubuntu 10.04) machines and the behavior of ssh-add command is different in both of them. In one machine, ...
7
votes
2answers
2k views

Hudson Git Plugin not working on windows

I have msysgit installed with OpenSSH option. In Git bash, I can run ssh-agent, and it manages the passphrase for my ssh key. Is it possible for the Hudson Git plugin to use ssh-agent? Currently, it ...
2
votes
2answers
734 views

How to extract private keys from an ssh-agent?

ssh-add -l displays that I have 3 RSA keys added to my SSH agent. ssh-add -L displays the public keys. How do I get the private keys as well, so that I can save them to a file? Or is it by design that ...