diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-27 08:57:44 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-27 08:57:44 +0900 |
| commit | c00d0e6b888484e7b1901f170fd40dfbcda1883f (patch) | |
| tree | f555b7c7eb7fad6f5f62a37af6584db4ee0ceeb9 /global | |
| parent | 86bd6606d0c1f7ed5813026fcd1ce0f255709734 (diff) | |
modified git/config, modified .ssh/config, modified git/config
Diffstat (limited to 'global')
| -rw-r--r-- | global/.ssh/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/global/.ssh/config b/global/.ssh/config index b90ef0a..7483e7f 100644 --- a/global/.ssh/config +++ b/global/.ssh/config @@ -1,5 +1,9 @@ Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" +Host github.com + User git + IdentityAgent ~/.gnupg/S.gpg-agent.ssh + Host dts-cowork HostName joonhoe.com User dts |
