Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

35
votes
4answers
9k views

Best way to use multiple ssh private keys on one client

I'm working on Ubuntu and want to use multiple private keys to connect to different servers or different portions of the same server (My uses are admin of server, admin of git, and normal git usage ...
16
votes
4answers
17k views

Configuring Git over SSH

I have cloned my git repository over ssh. So, each time I communicate with the origin master by pushing or pulling, I have to reenter my passphrase. How can I configure git so that I do not need to ...
10
votes
2answers
3k views

SSH cannot authenticate to git@github.com

Recently, I sign up for a free plan on Github.com. I follow their instructions to generate a ssh key to add to my account. However, when I try ssh -v git@github.com, I get this error: debug1: Server ...
9
votes
2answers
8k views

How to convert SSH keypairs generated using PuttyGen(Windows) into key-pairs used by ssh-agent and KeyChain(Linux)

I've generated key pairs using PuttyGen and been logging in using Pageant , so that I have to enter my passphrase only once, when my system boots. How do I emulate this in Linux ? I've heard of ...
8
votes
1answer
3k views

What to do about “PTY allocation request failed on channel 0”

I can't see to wrap my head creating an ssh key for GitHub. I had it working quite awhile back but I can't figure out what has changed. I've since removed the previous SSH keys from my GitHub account. ...
7
votes
3answers
2k views

Capistrano asks for password when deploying, despite SSH keys

My ssh keys are definitely set up correctly, as I'm never prompted for the password when using ssh. But capistrano still asks for a password when deploying with cap deploy. It doesn't ask for the ...
6
votes
3answers
2k views

Is it possible to use the same ssh private/public key pair on 2 machines to access a git repository?

I've recently setup an inhouse git repository server and have it up and running with gitosis installed as the management tool. Read only access is available via the git:// protocol and write access is ...
5
votes
4answers
737 views

Egit Refuses to accept id_rsa

I'm a first time git user trying to setup egit in Eclipse so I can continue to easily code through Eclipse. Problem is, every time I try to clone a repo through egit, it gives me the error "Cannot ...
5
votes
2answers
637 views

Generate SSH Keypairs (private/public) without ssh-keygen

I'm working on a Ruby/Rack application that needs to generate SSH keypairs. As much as I'd like to call ssh-keygen from the application, I can't because it's designed to run on Heroku and they don't ...
5
votes
1answer
763 views

Gitosis and ssh keys - does the email address have anything to do with the git email address?

I'm trying to set up gitosis on a server. I was just wondering one thing, my ssh key has my gmail address at the end, because I was originally using it for github. For this new project on the server ...
4
votes
1answer
65 views

How to work with 2 ssh keys

GitHub Users, I am newbie on github and have some issue with git setup. I have 2 account with different users on github and i have setup git on my system 2 times First /.ssh folder (as usual) ...
4
votes
1answer
4k views

ssh: The authenticity of host 'hostname' can't be established

When i ssh to a machine, sometime i get this error warning and it prompts to say "yes" or "no". This cause some trouble when running from scripts that automatically ssh to other machines. Is there a ...
4
votes
3answers
2k views

Multiple GitHub Accounts & SSH Config

I'm having some trouble getting two different SSH keys/GitHub accounts to play well together. I have the following setup: Repos accessible from one account using git@github.com:accountname Repos ...
4
votes
2answers
990 views

SSH is looking in the wrong place for the public/private key pair on Windows

I'm trying to configure GIT on my Windows XP machine, but SSH keeps creating and looking for the public/private key pair in non-sensical places, e.g. /.ssh/id_rsa Is there a configuration file in the ...
4
votes
2answers
842 views

Can I use my ssh-public-key to decrypt a file?

I'm trying to find a way to decrypt an encrypted file on a 'virgin' EC2-instance. These EC-instances I use (Ubuntu Lucid) only hold my AWS-created public ssh-key. If can use this to decrypt a file, I ...
4
votes
4answers
3k views

ssh-keygen with different user for subversion

I can't figure out how to create public / private keys for other users on my server. On my server, I type the following through the shell (uiserver):john:> ssh-keygen -t dsa After that, I enter the ...
3
votes
1answer
1k views

How do I open port 22 in osx 10.6.7

I am trying to open port 22 on osx so I can connect to localhost using ssh. This is my current situation: ssh localhost ssh: connect to host localhost port 22: Connection refused I have generated ...
3
votes
2answers
202 views

How do I sign my testing suite with system key?

I'm writing a testing suite for my other apps that triggers system intents, specifically ACTION_DOCK_EVENT. I know I need to add android:sharedUserId="android.uid.system" to my android manifest in ...
3
votes
1answer
304 views

Is it possible to switch the user on a git repo?

We have a staging server that we use git to manage very simply: develop locally, git commit/push, and then git pull on the server. I'd love to be able to switch user on the server's copy so I could ...
3
votes
3answers
1k views

heroku complaining about my public key created by ssh-keygen2

I am trying to access my heroku app from work (windows machine). I installed cygwin on the machine and generated ssh-key as well. However, I get the below error: C:>heroku keys:add ...
3
votes
1answer
157 views

Is SSH public key need to be the same each time I do push/pull with git repository?

I am just started using Git, so I apologize if it is a newbie question. I am using two different machines to commit changes to remote Git repository on github.com. Do I need to use the same SSH public ...
3
votes
7answers
2k views

How to generate SSH key pairs with Python

I'm attempting to write a script to generate SSH Identity key pairs for me. from M2Crypto import RSA key = RSA.gen_key(1024, 65337) key.save_key("/tmp/my.key", cipher=None) The file /tmp/my.key ...
3
votes
2answers
2k views

setting up git ssh access error: gitosis need more than 1 value to unpack

When I go to set up git to run with ssh, I get the following error: file "usr/lib/python2.5/site-packages/gitosis-0.2-py2.5.egg/gitosis/init.py", line 35, in ssh_extract_user _, user = ...
3
votes
4answers
1k views

ssh-agent and crontab — is there a good way to get these to meet?

I wrote a simple script which mails out svn activity logs nightly to our developers. Until now, I've run it on the same machine as the svn repository, so I didn't have to worry about authentication, ...
3
votes
6answers
8k views

SSH Public key denied on “git clone” command

I am trying to clone a git repo that I forked in my GitHub Repository.It's a rails app. I want to clone it on my local git so that I can push it onto heroku. I generated a set of rsa keys and copied ...
2
votes
2answers
104 views

Portable Git and GitHub: SSH Keys

I downloaded the portable version of Git for Win32, the one that comes in a self-extracting package. I wanted to be able to push commits from anywhere (my flashdrive), but I have no idea how to use a ...
2
votes
1answer
149 views

Generating SSH-Keys for Git on windows-7

I'm experiencing a strange error while attempting to generate SSH keys via the Git Bash command line tool as downloaded from (http://code.google.com/p/msysgit/downloads/list). I'm using Windows 7 ...
2
votes
1answer
160 views

Having Trouble Switching Github accounts on terminal

It's been a while since I pushed anything to githib. I had initially set up my account on my computer, and everything worked great. Then I changed my account to a clients account (so I could push ...
2
votes
2answers
86 views

Is an SSH Key Required to clone a public github account?

Does github require all cloning, of both public and private repositories, to use an SSH public key? Maybe a better question, is can git clone a github repo without a ssh key at all.
2
votes
2answers
227 views

Generating SSH keys for 'apache' user

How do I add SSH keys for 'apache' user in Linux? BACKGROUND I am trying to add a service hook to github to notify a URL once I push to my repo. I have the following php page set up: <?php ...
2
votes
0answers
335 views

passwordless ssh not working [closed]

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 ...
2
votes
2answers
831 views

Non default ssh keypair for git on XCode 4

I'd like to use a specific public/private key pair on a project I am working on. I managed to get the XCode git repo working by copying my keypair to ~/.ssh/id_rsa and ~/.ssh/id_rsa.pub but I would ...
2
votes
1answer
379 views

Auth fails on Windows XP with git and tortoisegit

My authentication keeps failing. I've created my SSH keys and the public key has been imported by the local git admin, but I still get prompted for a password: git.exe clone --progress -v ...
2
votes
4answers
1k views

How to set the ssh key to the user git while installing gitolite on Ubuntu 10.10

I am trying to configure a git server on an Ubuntu Server 10.10 with gitolite and following the tutorial On Ubuntu for Gitolite. I first create a user git with the following command : sudo adduser ...
2
votes
1answer
190 views

How do i allow a second/third/etc.. computer to connect to my git server using ssh and gitosis?

I followed the guide here http://www.hackido.com/2010/01/installing-git-on-server-ubuntu-or.html but I cannot find the proper way to import another ssh key so my other computers can clone and push ...
2
votes
2answers
184 views

Manually get ssh access back on a embedded system (direct hdd access possible)

Again I have a question about an ssh issue: On a embedded system (no display, no keyboard) my only login interface was ssh. Telnet is disabled too. (I am currently trying to enable it with only ...
2
votes
3answers
2k views

Ubuntu Github ssh keys issue

I followed every step given in this guide: http://help.github.com/linux-key-setup/ When I get to the end I am able to ssh to git@github.com, getting the response: PTY allocation request failed ...
2
votes
1answer
261 views

Eclipse Secure Password Storage and ssh-agent

Is it possible that Eclipse Secure Password Storage can use my ssh-agent to avoid the Secure Password Storage prompt (on Linux)? -Max
2
votes
1answer
298 views

how do I verify my SSH password?

I've probably forgotten the password for my SSH key. Again. But I've a hunch what it might be. How do I check if I'm right?
2
votes
2answers
405 views

Can I test authentication with an RSA key locally?

Is there a way to check locally if you're providing the correct passphrase to an RSA key? I recently had trouble pushing some commits to github because the push prompted for a password and then ...
2
votes
1answer
2k views

use ppk file in mac terminal to connect to remove connection over ssh

I have been using putty on WINDOWS XP and used the .ppk file to connect to my linux servers (several servers) On the servers I have the following folder and file ~/.ssh/authorized_keys I now want to ...
2
votes
2answers
271 views

Browser based (free to use) SSH

I have a commercial product that allows users to connect to various SSH end-points. Currently these users are forced to download and use Putty... Seems pretty straightforward, except that my SSH ...
2
votes
3answers
815 views

ssh key fingerprint error when trying to switch heroku accounts

hey out there! i often need to switch heroku accounts and use a script which does the following: heroku keys:clear && rm ~/.heroku/credentials && heroku list after which i need to ...
2
votes
2answers
833 views

Has anyone successfully deployed on heroku from a windows platform?

I've been reading all kinds of tutorials on how to deploy rails apps on heroku from windows. I've tried installing git, heroku gem, generating ssh keys and setting paths and everything... I get ...
2
votes
2answers
1k views

Can Maven Wagon plugin use a private key for scp?

Can Maven Wagon plugin be configured to use a private key for ssh/scp? Everything I've tried still leaves maven to ask me for a password when it gets to the point of scp-ing.
2
votes
1answer
1k views

Generated public rsa key on mac for use with git, but can't locate it?

I'm on mac os X (new to it) and need to generate a public rsa key for use with git (think I got that right). I'm following the directions here: ...
1
vote
0answers
46 views

SSH host key changes when SOCKS proxy created with 'ssh -D'

I have a remote machine which I sometimes use as a SOCKS proxy, using the command: ssh -D 9999 REMOTEMACHINE SSH works fine when the proxy connection does not exist, but if the proxy connection ...
1
vote
2answers
70 views

Is it Possible to transfer the Git SSHKey from one system to another

I am very New to Git. My client asket me to install git in my system and told me to pass the ssh key (id_rsa.pub ).I transfered the key and he registered ,after that we were able to download the app. ...
1
vote
0answers
75 views

SSH key on dreamhost

I am trying to setup an SSH key pairing with dreamhost and my local machine. I'm using git bash as my terminal (which uses mingw32) I can ssh myusername@mysharedserver.com and I'm asked for my ...
1
vote
1answer
22 views

How to verify if two strings are key pairs generated using ssh-keygen?

I have a private key generated with ssh-keygen and a list of public keys. I want to find out if one of the public keys is the public pair of the private key. Is it possible to compare a private/public ...

1 2 3