login
Header Space

 
 

Re: git + ssh + key authentication feature-request

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Nicolas Vilz 'niv' <niv@...>
Cc: <git@...>
Date: Wednesday, February 8, 2006 - 7:55 pm

Nicolas Vilz 'niv' <niv@iaglans.de> writes:


That is not a git question but you are using me as an ssh
helpdesk.  See ssh_config(5).

The answers are:

	IdentityFile
        User

For example, I have this in my .ssh/config on my local machine:

    Host osiris.pyramid.com
      User junio
      IdentityFile ~/.ssh/osiris-pub
      ForwardAgent no
      ForwardX11 no

Without "User", it would send out "junkio", so I have that line
to override it (I could do it with -l command line, but there is
no point because that is I would use _always_ to go there).
Without "IdentityFile" it would use ~/.ssh/identity (same
rationale with -i), which is the identity file I usually use for
other sites.


-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git + ssh + key authentication feature-request, Nicolas Vilz 'niv', (Wed Feb 8, 6:42 pm)
Re: git + ssh + key authentication feature-request, Junio C Hamano, (Wed Feb 8, 5:58 pm)
Re: git + ssh + key authentication feature-request, Nicolas Vilz 'niv', (Wed Feb 8, 7:23 pm)
Re: git + ssh + key authentication feature-request, Alan Chandler, (Wed Feb 8, 7:35 pm)
Re: git + ssh + key authentication feature-request, Junio C Hamano, (Wed Feb 8, 6:56 pm)
Re: git + ssh + key authentication feature-request, Nicolas Vilz 'niv', (Wed Feb 8, 8:33 pm)
Re: git + ssh + key authentication feature-request, Junio C Hamano, (Wed Feb 8, 7:55 pm)
Re: git + ssh + key authentication feature-request, Nicolas Vilz 'niv', (Wed Feb 8, 9:06 pm)
Re: git + ssh + key authentication feature-request, Linus Torvalds, (Wed Feb 8, 7:50 pm)
Re: git + ssh + key authentication feature-request, Nicolas Vilz 'niv', (Wed Feb 8, 9:16 pm)
Re: git + ssh + key authentication feature-request, Linus Torvalds, (Wed Feb 8, 6:45 pm)
Re: git + ssh + key authentication feature-request, Nicolas Vilz 'niv', (Wed Feb 8, 8:43 pm)
speck-geostationary