http://zzzmirror.i2p/topics/2965-how-to-set-up-git-over-i2p-easy-fast-way
Look in ~/.ssh/ to see if you have the files id_ed25519 and id_ed25519.pub . If you don't, These are the instructions from http://git.idk.i2p/help/ssh/README#ed25519-ssh-... ssh-keygen -t ed25519 If you already have keys, and don't want to expose yourself by using the same key for git.idk.i2p, you'll need to make different keys and configure ssh for that, but I don't know how to do that, sorry. 7) Upload your ssh public...