How to use multiple SSH keys with Github
And do this without using ssh-agent, that has a number of problematic security constructs (e.g. key forwarding).
… [Read More]Stop SSH promiscuity
When asked for a public key authorization an SSH client will, in its default configuration, try all the keys available to it. This means it will expose all the keys you might have to any server that ask. Here is how to fix it if you value your privacy, .
… [Read More]