Tagged Questions
0
votes
0answers
12 views
ssh-agent not accessible within a schroot
I'm using an schroot to do some builds of deployment packages, and there's a lot of to and fro between the host and the schroot environments. Within the schroot the ssh-agent doesn't seem to be ...
2
votes
2answers
39 views
Using PKCS#8 encrypted private keys w/ ssh-agent
I'm setting up a new Ubuntu system (12.04.2 LTS) for Rails development and wanted to use an encrypted SSH private key as per this article. I can set up a standard ssh keypair using the instructions ...
2
votes
1answer
381 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
198 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
201 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.
...
1
vote
3answers
733 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
516 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 ...
4
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
150 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
871 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
541 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
1answer
327 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 ...
10
votes
5answers
33k 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, ...
1
vote
2answers
227 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
809 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
...
