Tagged Questions
0
votes
0answers
36 views
Git SSH authentication
First of all I would like to know in Ubuntu 12.04 how ssh authenticates key (like which files are referred for the public key).
Say for an example I have a user name gitolite I want to provide SSH ...
1
vote
0answers
43 views
Install git on ubuntu with lamp
i have Ubuntu 12.10 on my server and i need lamp on it, i want to use git on it - which i'm new to -... so I've read This article about how to install git , it says that i should have public ssh key ...
2
votes
1answer
196 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.
...
4
votes
3answers
126 views
How can I run SSH as a different user on the same Ubuntu installation?
I am creating a script which runs a series of command that would download a website to a machine and sets up everything.
So most of the commands require root access. For example adding a vhost in ...
2
votes
2answers
80 views
Using authorized_keys with git
I have transfered my ssh key from my root to my user account by ssh-copy-id command
so now I have these files in my .ssh folder
user@user-php:~/.ssh$ ls
authorized_keys config id_rsa id_rsa.pub ...
3
votes
2answers
933 views
Why do I get this warning from Gnome keyring in Xubuntu?
I have installed xubuntu-desktop ontop of a stock Ubuntu installation.
When using ssh, or more specifically git, I always get this warning
WARNING: gnome-keyring:: couldn't connect to: ...
0
votes
2answers
160 views
Git does not ask for passphrase during pull/push in terminal
I'm trying to use git from the terminal in my Ubuntu 12.04 desktop. My repository is hosted in Github, and I have the a key for my desktop. Whenever I do either "git pull" or "git push," a dialog box ...
4
votes
2answers
4k views
git ssh :Permission denied (publickey)
I tried to use github so I followed the help doc. But when I used this command : ssh -vT git@github.com I got error like this:
jacos@Jing:~/.ssh$ ssh -vT git@github.com
OpenSSH_5.8p1 Debian-7ubuntu1, ...
3
votes
2answers
4k views
Git ssh error: port 22: no route to host
I tried to use set up git and use it for github, then when I followed the help doc, but when I got to step 5 of the set up ssh keys section :Test everything out , When I used this command: ssh -T ...
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 ...
2
votes
2answers
507 views
Git basics, How can I grab files from git?
I am new to git so chances are there is a simple answer.
I have a git command for grabbing a site
git clone git@devel.foobar.com:foob.com.git
Now when I run this I am prompted for a password via ...
2
votes
3answers
504 views
Installing git to be used in a multi-user system
I need to install git on a server that will be shared and accessed by multiple users.
I assume I will use git+ssh, so each user will have a system account, but how do I go about install git and a ...
