diff --git a/README.md b/README.md index a543d1c..e95f25f 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,22 @@ vjG+EPEF3g8ywKaS8mZQX+sCAwEAAQ== -----END PUBLIC KEY----- ``` +
+ +# SSH config + +SSH config file: `~/.ssh/config` +```shell +Host * + IdentityAgent ~/socket.ssh +``` + +SSH config environment: +```shell +export SSH_AUTH_SOCK=~/socket.ssh +``` + +
Similar projects: