The ssh-agent tag has no wiki summary.
2
votes
1answer
197 views
How to user multiple ssh keys with different accounts and hosts
i have multiple ssh keys and i have also have account on bitbucket and github. how when ever i use pull it gives me error
:/var/www/proj$ git pull origin master
conq: repository access denied.
...
0
votes
1answer
183 views
How to get my ssh passphrase remembered during a Ubuntu session?
If I open a gnome terminal and connect to a server through SSH, I am asked for my passphrase by a text prompt in my terminal instead of a GUI, and, worse, this passphrase is not stored in memory for ...
5
votes
2answers
184 views
ssh-agent is not used when ssh is launched from panel launcher (via `gnome-terminal --command`)
I have everything set up so that after I log in and add proper identity to ssh-agent using ssh-add from a gnome-terminal window, I do not have to enter the passphrase again when I invoke ssh myserver.
...
0
votes
0answers
209 views
Why no ssh-agent running after reboot in Ubuntu 10.04
Ubuntu 10.04.4 LTS lucid (ubuntu server version)
after I reboot:
ps aux|grep agent
there is no ssh-agent. why ?
But I still can login my another server without answer password. (Since using public ...
1
vote
3answers
683 views
Which private keys are tested by ssh without configuration?
I know there are several questions about ssh keys and how to configure it. But I found none to answer my question.
So here it is: I have several ssh keys in my .ssh directory. For some remotes ...
1
vote
0answers
504 views
what to do about .ssh-agent pop up at login screen? [closed]
I was setting up git with a ssh key passphrase on Ubuntu 12.04 via the terminal with the assistance of Help.GitHub: "You can run ssh-agent automatically when you open bash by adding the following to ...
0
votes
1answer
755 views
Issue with gpg agent in Ubuntu 12.04 after installing gnome3 shell
I just did a fresh install of Ubuntu 12.04. Initially things were working. But after I installed some software, the 'gpg agent' is unresponsive. I suspect it has something to do with upgrades that I ...
3
votes
2answers
2k views
How to manually trigger ssh add dialog box?
Running ssh-add at the command line no longer unlocks the ssh keys properly on my system (Ubuntu 11.10 with Unity). Even after I've run ssh-add, when I ssh to a server, I get a dialog box popping up ...
1
vote
2answers
144 views
How to find the added hosts address in SSH?
I have setup-ed key based SSH authentication to all the systems. How ever i have missed out few systems. If i taken the address of the added hosts, i can find out the non added hosts address. Is there ...
3
votes
1answer
827 views
How to get OpenSSH to use ksshaskpass under KDE?
When using a GNOME desktop on Ubuntu, if I use OpenSSH client to connect to another computer (running from the gnome-terminal), I get a single graphic popup asking for my private key's pass-phrase. ...
1
vote
1answer
524 views
SSH client not showing prompt after successful login
I'm having problems with my SSH client on Ubuntu 10.10.
When I switch on my computer and open a Terminal and execute the command ssh user@host, it gives me a password prompt after which I enter the ...
1
vote
0answers
218 views
Saved passwords not being saved [closed]
So I installed Kubuntu 11.10 on my thinkpad x201 laptop. I found that while it runs great, I'm just not in love with the KDE interface, so I'll settle for the notorious unity.
I insalled the entire ...
1
vote
1answer
319 views
Is there a graphical ssh-agent in 10.04 LTS Server?
I have a co-worker who installed the gnome desktop on top of 10.04 LTS Server. His gnome session is running under ssh-agent, and if he runs ssh-add directly, it immediately prompts for his passphrase ...
9
votes
5answers
31k views
passwordless ssh not working
I've tried to setup a password-less ssh b/w A to B and B to A as well.
Generated the public and private key using ssh-keygen -trsa on both the machines.
Used the ssh-copy-id utility to copy the ...
8
votes
3answers
3k views
Why won't ssh-agent save my unencrypted key for later use?
Every time I SSH into another server from our headless Ubuntu server I am asked for the password to my key file. Even if I have previously connected to the server.
Do you have any idea why this ...
2
votes
1answer
6k views
SSH pubkey authentication works only if another session is already open
Permissions are set correctly on the server (chibi). If I do not have an existing ssh session open to the server, then all new sessions require a password. However if there's already one open, ...
6
votes
1answer
346 views
Doing an ssh-add upon ssh/slogin if key is not in ssh-agent?
When I'm running Gnome, ssh-agent will run ssh-add upon slogin/ssh if the identity is not loaded. I want to mimic this behavior on remote shells, but everything I find suggests to run ssh-add upon ...
1
vote
2answers
226 views
Why is ssh-add adding duplicate identity keys?
I have created a private/public SSH key pair using ssh-keygen. I use this to authenticate to remote servers. However, I find that when I log in, ssh-add -l already lists my identity key even though I ...
5
votes
2answers
6k views
SSH-Agent can't open a connection to authentication agent?
When I SSH into my firewall server, then attempt to ssh into another machine on the local network from there I get the following error:
Could not open a connection to your authentication agent.
...
5
votes
2answers
782 views
byobu and ssh-agent
byobu cannot connect to ssh-agent socket well. actually I can make just one connection via ssh-agent but if I try to establish another ssh connection using the agent, it doesn't work.
I've tried
...
