* How to setup svn+ssh on fresh PC?
@ 2019-10-08 14:52 Georg-Johann Lay
2019-10-08 15:01 ` Frank Ch. Eigler
0 siblings, 1 reply; 2+ messages in thread
From: Georg-Johann Lay @ 2019-10-08 14:52 UTC (permalink / raw)
To: overseers
Hi,
I have a new PC and am trying to get svn+ssh working for my read/write
account gjl@gcc.gnu.org.
Can you please give me some pointer how to fix
svn list svn+ssh://gjl@gcc.gnu.org/svn/gcc/trunk
gjl@gcc.gnu.org: Permission denied (publickey).
svn: E170013: Unable to connect to a repository at URL
'svn+ssh://gjl@gcc.gnu.org/svn/gcc/trunk'
svn: E210002: To better debug SSH connection problems, remove the -q
option from 'ssh' in the [tunnels] section of your Subversion
configuration file.
svn: E210002: Network connection closed unexpectedly
i.e. how to tell gcc.gnu.org my new ssh key (data like ssh keys from my
old PC is no more available).
I read https://gcc.gnu.org/svnwrite.html but with no clue.
Thanks for support,
Johann
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to setup svn+ssh on fresh PC?
2019-10-08 14:52 How to setup svn+ssh on fresh PC? Georg-Johann Lay
@ 2019-10-08 15:01 ` Frank Ch. Eigler
0 siblings, 0 replies; 2+ messages in thread
From: Frank Ch. Eigler @ 2019-10-08 15:01 UTC (permalink / raw)
To: Georg-Johann Lay; +Cc: overseers
Hi -
> svn list svn+ssh://gjl@gcc.gnu.org/svn/gcc/trunk
> gjl@gcc.gnu.org: Permission denied (publickey).
See also https://sourceware.org/sourceware/accountinfo.html
Please make sure you're logging in from a machine that has the
private key corresponding to the public one installed for you
on gcc.gnu.org ("georg@pandora").
Actually, your ssh public keys on sourceware are not usable.
You probably received this notification a few years back:
FILENAME /home/gjl/.ssh/authorized_keys
FILEDATE 2011-04-11
RASH restricted shell, see https://www.sourceware.org/sourceware/accountinfo.html
DSA 1024: weak dsa key
You have no strong keys. If you still need access to sourceware/gcc,
consider generating new key-pair with % ssh-keygen -t rsa -b 4096
and if necessary, sending the .pub part to <overseers@sourceware.org>.
- FChE
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-08 15:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08 14:52 How to setup svn+ssh on fresh PC? Georg-Johann Lay
2019-10-08 15:01 ` 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).