Last updated
Hello everybody,
first of all, I´m from Germany, so I apologize for my bad english grammar.
Here´s the situation:
We got one master-server running git with gitolite and a slave-master running git with gitolite, too. This setup works fine. nNw I´ve got a new server, which should be the new master-server in a few weeks, but first it works as a slave.
I edit the config-file in .ssh from user "git" and add the entry for the new slave-server on the master-server and the other slave-server. I generated a new pair of ssh-keys on the new slave-server and copy it to the other server. When I run on the new slave-server the command "ssh master-server info" I got an answer like "hello master-server, this is ... .
But when I try to run this command on master-server, the server aks me for a password for user "git". It doesn´t work, even with the right password from new slave-server. Output:
File: dir, Node: Top This is the top of the INFO tree
This (the Directory node) gives a menu of major topics.
Typing "q" exits, "?" lists all Info commands, "d" returns here,
"h" gives a primer for first-timers,
"mEmacs" visits the Emacs manual, etc.
In Emacs, you can click mouse button 2 on a menu item or cross reference
to select it.
* Menu:
Basics
* Common options: (coreutils)Common options.
* Coreutils: (coreutils). Core GNU (file, text, shell) utilities.
* Date input formats: (coreutils)Date input formats.
* Ed: (ed). The GNU line editor
* File permissions: (coreutils)File permissions.
I search through the internet for an right answer, but nothing helps. I hope, that somebody could help me. If you need any informations, I will give it to .
Thanks.