diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-09 00:29:06 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-09 00:29:06 +0900 |
| commit | 95c766c4814a1387a9876bb34cf493b45cb9b070 (patch) | |
| tree | 0b0e07cfeded2e5a6c8ae4df7140234fcf533988 /global/.ssh | |
| parent | 5a784a9c79ccacd15a71fdf0b7dc0b08dbc55ad1 (diff) | |
modified .gnupg/sshcontrol, modified .ssh/config
Diffstat (limited to 'global/.ssh')
| -rw-r--r-- | global/.ssh/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/global/.ssh/config b/global/.ssh/config index 0202208..bbeb10f 100644 --- a/global/.ssh/config +++ b/global/.ssh/config @@ -6,9 +6,11 @@ Host diary RequestTTY yes RemoteCommand cd /var/www/thesiah/diary && exec $SHELL -l -Host github.com +Host github + HostName github.com User git IdentityAgent ~/.gnupg/S.gpg-agent.ssh + IdentitiesOnly yes Host evcp HostName 3.36.92.165 |
