"svn up" over ssh does not work

Thomas Koenig tkoenig@netcologne.de
Sun Jan 28 13:04:00 GMT 2018


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



More information about the Gcc mailing list