summaryrefslogtreecommitdiff
path: root/global/.ssh/config
diff options
context:
space:
mode:
Diffstat (limited to 'global/.ssh/config')
-rw-r--r--global/.ssh/config8
1 files changed, 5 insertions, 3 deletions
diff --git a/global/.ssh/config b/global/.ssh/config
index 95182bb..bbeb10f 100644
--- a/global/.ssh/config
+++ b/global/.ssh/config
@@ -1,14 +1,16 @@
Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"
-Host recordings
+Host diary
HostName thesiah.xyz
User root
RequestTTY yes
- RemoteCommand cd /var/www/thesiah/recordings && exec $SHELL -l
+ 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