* [gitosis] unexpected error for a warning msg
@ 2009-05-03 23:23 Nicolas Sebrecht
2009-05-03 23:54 ` Robin H. Johnson
0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Sebrecht @ 2009-05-03 23:23 UTC (permalink / raw)
To: git; +Cc: nicolas.s.dev
Hi,
I had the following issue using gitosis today:
http://colabti.org/irclogger/irclogger_log/git?date=2009-05-03#l2233
The name of the key file was 'keydir/Jacques@BLACK_ANTEC.pub' which gave
the warning (when pushing):
WARNING:gitosis.ssh:Unsafe SSH username in keyfile: Jacques@BLACK_ANTEC.pub
Changing the filename into Jacques.pub solved the issue.
I was expecting an error message instead (not a warning) as it seems to
_not_ permit such a filename.
Why the initial filename is fobidden?
Could the warning be substituted by an error?
Thanks,
--
Nicolas Sebrecht
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [gitosis] unexpected error for a warning msg
2009-05-03 23:23 [gitosis] unexpected error for a warning msg Nicolas Sebrecht
@ 2009-05-03 23:54 ` Robin H. Johnson
0 siblings, 0 replies; 2+ messages in thread
From: Robin H. Johnson @ 2009-05-03 23:54 UTC (permalink / raw)
To: Git Mailing List, nicolas.s.dev
[-- Attachment #1: Type: text/plain, Size: 1584 bytes --]
On Mon, May 04, 2009 at 01:23:00AM +0200, Nicolas Sebrecht wrote:
> I had the following issue using gitosis today:
> http://colabti.org/irclogger/irclogger_log/git?date=2009-05-03#l2233
>
> The name of the key file was 'keydir/Jacques@BLACK_ANTEC.pub' which gave
> the warning (when pushing):
> WARNING:gitosis.ssh:Unsafe SSH username in keyfile: Jacques@BLACK_ANTEC.pub
>
> Changing the filename into Jacques.pub solved the issue.
>
> I was expecting an error message instead (not a warning) as it seems to
> _not_ permit such a filename.
>
> Why the initial filename is fobidden?
> Could the warning be substituted by an error?
They are meant to be valid usernames, which don't include the @ symbol.
For the git.overlays.gentoo.org site, where we use gitosis, we had some
issues that were best solved by fixing Gitosis itself (like being able
to pass SSH key options, eg "from=" to restrict hosts). Another one that
bugged me was that the string at the end of an ssh key is NOT a
username, it's a freeform (well, no newline) text field.
I've tried to send the patches to upstream on several occasions, but
never gotten any response.
I didn't disable the warning you're complaining about, as I wanted it
still, but I do agree it's probably better to upgrade to an error.
You can find the Gentoo fork here:
http://git.overlays.gentoo.org/gitweb/?p=proj/gitosis-gentoo.git;a=summary
--
Robin Hugh Johnson
Gentoo Linux Developer & Infra Guy
E-Mail : robbat2@gentoo.org
GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85
[-- Attachment #2: Type: application/pgp-signature, Size: 330 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-05-03 23:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-03 23:23 [gitosis] unexpected error for a warning msg Nicolas Sebrecht
2009-05-03 23:54 ` Robin H. Johnson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).