This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: "svn up" over ssh does not work


Am 28.01.2018 um 13:43 schrieb Jonathan Wakely:

i.e. does this work?
SVN_SSH="ssh -o PubkeyAcceptedKeyTypes=ssh-dss" svn up

Yes, it did. Thanks a lot!

I used this to add my new key via

ssh -o PubkeyAcceptedKeyTypes=ssh-dss tkoenig@gcc.gnu.org appendkey < id_rsa.pub

and now everything is working again.

Regards

	Thomas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]