diff options
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 |
