Bertrand Jacquin ha scritto il 17/08/2015 alle 02:33:

> If you are using old DSA of weak RSA keys on other servers, you should 
> deploy you new key to them as well.

Or, if you need them for some reason, you should prevent your git client
to use them for git.enlightenment adding something like this in your
~/.ssh/config (create it if it's not already there):

Host git.enlightenment.org
  HostName git.enlightenment.org
  User git
  IdentityFile /home/<your_user_here>/.ssh/id_ed25519
  IdentitiesOnly yes


-- 
Massimo Maiurana
Ragusa (RG)

------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to