* Help regarding accessing GCC repository in another machine.
@ 2012-05-13 11:04 Kumar, Venkataramanan
2012-05-13 14:09 ` Hans-Peter Nilsson
0 siblings, 1 reply; 2+ messages in thread
From: Kumar, Venkataramanan @ 2012-05-13 11:04 UTC (permalink / raw)
To: overseers
Hi administrator,
(Snip)
You have restricted (not login!) ssh access to the system so if at some point you wish to update your ssh key, you can do so with the following
command:
ssh gcc.gnu.org appendkey < publickeyfile
This will append 'publickeyfile' (usually ~/.ssh/id_dsa.pub or
~/.ssh/id_rsa.pub) to your existing allowed ssh keys
(Snip)
My account name: vekumar@gcc.gnu.org
I have Write after approval access for the gcc repository.
I wanted to use another machine to check out the GCC SVN repository. The machine which I used earlier is down for some maintenance.
On my new machine I tired
ssh gcc.gnu.org appendkey < ~/.ssh/id_rsa.pub
But I am not getting any response.
Can I get my keys replaced manually?
The below is the content of ~/.ssh/id_rsa.pub from my home folder in the new machine.
(-----Snip-----)
ssh-rash AAAAB3NzaC1yc2EAAAABIwAAAQEAp0rRfuGprxbh/JtcBtcNL8v17TIU44oLOBfiw8Vp1MIWYVdfW9yl1vns853Qi8hnf5yfrNuXKoQri+6a9eHiPn6bSZkYwYldi36n4nWqiUedEFIdhwm5buIHDS5/7YCZ2Hzqdle6+0bWsFKLw38vsX9x3jZ2ZMtMKX394snBxOyG5NWP3xiAPdshE+Cla6yBfJOyY4fTAJpOutig1KMOpQELGuZmgigMSAqQVUeN3eV+58Ci7CF7Hh4jjGlQDI5no+u814olU7gwOGZhCL2DAt+elp24w3HdlqJQ3RRn55qvDMAHT3miYhIaK0d92fkDX1lQ0J0+HjXDAps1vOsIEQ== vekumar@bglpike11
(-----snip-----)
Regards,
Venal.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Help regarding accessing GCC repository in another machine.
2012-05-13 11:04 Help regarding accessing GCC repository in another machine Kumar, Venkataramanan
@ 2012-05-13 14:09 ` Hans-Peter Nilsson
0 siblings, 0 replies; 2+ messages in thread
From: Hans-Peter Nilsson @ 2012-05-13 14:09 UTC (permalink / raw)
To: Kumar, Venkataramanan; +Cc: overseers
On Sun, 13 May 2012, Kumar, Venkataramanan wrote:
> My account name: vekumar@gcc.gnu.org
>
> I have Write after approval access for the gcc repository.
>
> I wanted to use another machine to check out the GCC SVN repository. The machine which I used earlier is down for some maintenance.
>
> On my new machine I tired
>
> ssh gcc.gnu.org appendkey < ~/.ssh/id_rsa.pub
I can't help but thinking maybe you just missed a difference in
login names (and without this bit config'd in .ssh/config), so
you'd instead need:
ssh vekumar@gcc.gnu.org appendkey < ~/.ssh/id_rsa.pub
brgds, H-P
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-13 14:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-13 11:04 Help regarding accessing GCC repository in another machine Kumar, Venkataramanan
2012-05-13 14:09 ` Hans-Peter Nilsson
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).