public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* SSH Authentication Failures
@ 2016-12-19  3:40 Rical Jasan
  2016-12-19  4:48 ` Christopher Faylor
  0 siblings, 1 reply; 5+ messages in thread
From: Rical Jasan @ 2016-12-19  3:40 UTC (permalink / raw)
  To: overseers; +Cc: Joseph Myers

Hi,

Sorry it's taken so long to get to this, but I'm having trouble logging
in to my new account, rj@sourceware.org.

$ /bin/date; ssh sourceware.org
Sun Dec 18 19:33:26 PST 2016
Permission denied (publickey).

Not that I expect to have a shell, just showing the problem.  Debug
output doesn't show anything more helpful than that result.  Could you
take a look at the log and see why it's failing?

I have the User and IdentityFile under a Host section for sourceware.org
in ~/.ssh/config.  I'm pretty sure I gave you the right public key,
because ssh tries all the keys it can find when they fail, and they all
failed, so I'm guessing it's something else, and the server logs are
generally more informative.

Thank you,
Rical

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: SSH Authentication Failures
  2016-12-19  3:40 SSH Authentication Failures Rical Jasan
@ 2016-12-19  4:48 ` Christopher Faylor
  2016-12-19  5:02   ` Rical Jasan
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher Faylor @ 2016-12-19  4:48 UTC (permalink / raw)
  To: Rical Jasan, Joseph Myers, overseers

On Sun, Dec 18, 2016 at 07:40:32PM -0800, Rical Jasan wrote:
>Hi,
>
>Sorry it's taken so long to get to this, but I'm having trouble logging
>in to my new account, rj@sourceware.org.
>
>$ /bin/date; ssh sourceware.org
>Sun Dec 18 19:33:26 PST 2016
>Permission denied (publickey).
>
>Not that I expect to have a shell, just showing the problem.  Debug
>output doesn't show anything more helpful than that result.  Could you
>take a look at the log and see why it's failing?

You can't login to sourceware.  You only have git/subversion access.

ssh sourceware.org alive

should tell you if you have access.  If you don't you undoubtedly didn't
enter the right ssh key.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: SSH Authentication Failures
  2016-12-19  4:48 ` Christopher Faylor
@ 2016-12-19  5:02   ` Rical Jasan
  2016-12-19  6:29     ` Christopher Faylor
  0 siblings, 1 reply; 5+ messages in thread
From: Rical Jasan @ 2016-12-19  5:02 UTC (permalink / raw)
  To: overseers; +Cc: Joseph Myers

On 12/18/2016 08:48 PM, Christopher Faylor wrote:
> On Sun, Dec 18, 2016 at 07:40:32PM -0800, Rical Jasan wrote:
>> Hi,
>>
>> Sorry it's taken so long to get to this, but I'm having trouble logging
>> in to my new account, rj@sourceware.org.
>>
>> $ /bin/date; ssh sourceware.org
>> Sun Dec 18 19:33:26 PST 2016
>> Permission denied (publickey).
>>
>> Not that I expect to have a shell, just showing the problem.  Debug
>> output doesn't show anything more helpful than that result.  Could you
>> take a look at the log and see why it's failing?
> 
> You can't login to sourceware.  You only have git/subversion access.
> 
> ssh sourceware.org alive
> 
> should tell you if you have access.  If you don't you undoubtedly didn't
> enter the right ssh key.

$ ssh sourceware.org alive
Linux sourceware.org 2.6.32-642.6.2.el6.x86_64 #1 SMP Mon Oct 24
10:22:33 EDT 2016 x86_64 x86_64 x86_64 GNU/Linux
 04:49:47 up 55 days,  1:38,  1 user,  load average: 4.26, 5.44, 8.41

I read that I wouldn't have a login account, that was just for
troubleshooting.

I first had the problem during a git pull after setting things up
according to:

https://sourceware.org/glibc/wiki/GlibcGit#Developer_use_of_the_repository

but that also works now.

Thank you!

Rical

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: SSH Authentication Failures
  2016-12-19  5:02   ` Rical Jasan
@ 2016-12-19  6:29     ` Christopher Faylor
  2016-12-19 12:13       ` Frank Ch. Eigler
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher Faylor @ 2016-12-19  6:29 UTC (permalink / raw)
  To: Joseph Myers, overseers, Rical Jasan

On Sun, Dec 18, 2016 at 09:02:44PM -0800, Rical Jasan wrote:
>On 12/18/2016 08:48 PM, Christopher Faylor wrote:
>> On Sun, Dec 18, 2016 at 07:40:32PM -0800, Rical Jasan wrote:
>>> Sorry it's taken so long to get to this, but I'm having trouble logging
>>> in to my new account, rj@sourceware.org.
>>>
>>> $ /bin/date; ssh sourceware.org
>>> Sun Dec 18 19:33:26 PST 2016
>>> Permission denied (publickey).
>>>
>>> Not that I expect to have a shell, just showing the problem.  Debug
>>> output doesn't show anything more helpful than that result.  Could you
>>> take a look at the log and see why it's failing?
>> 
>> You can't login to sourceware.  You only have git/subversion access.
>> 
>> ssh sourceware.org alive
>> 
>> should tell you if you have access.  If you don't you undoubtedly didn't
>> enter the right ssh key.
>
>$ ssh sourceware.org alive
>Linux sourceware.org 2.6.32-642.6.2.el6.x86_64 #1 SMP Mon Oct 24
>10:22:33 EDT 2016 x86_64 x86_64 x86_64 GNU/Linux
> 04:49:47 up 55 days,  1:38,  1 user,  load average: 4.26, 5.44, 8.41
>
>I read that I wouldn't have a login account, that was just for
>troubleshooting.

>I first had the problem during a git pull after setting things up
>according to:
>
>https://sourceware.org/glibc/wiki/GlibcGit#Developer_use_of_the_repository
>
>but that also works now.
>
>Thank you!

Didn't do anything at all...

cgf

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: SSH Authentication Failures
  2016-12-19  6:29     ` Christopher Faylor
@ 2016-12-19 12:13       ` Frank Ch. Eigler
  0 siblings, 0 replies; 5+ messages in thread
From: Frank Ch. Eigler @ 2016-12-19 12:13 UTC (permalink / raw)
  To: Joseph Myers, overseers, Rical Jasan

Hi -

I performed pubkey colectomy.

- FChE

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-12-19 12:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-19  3:40 SSH Authentication Failures Rical Jasan
2016-12-19  4:48 ` Christopher Faylor
2016-12-19  5:02   ` Rical Jasan
2016-12-19  6:29     ` Christopher Faylor
2016-12-19 12:13       ` Frank Ch. Eigler

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 read-only IMAP folder(s) and NNTP newsgroup(s).