diff options
Diffstat (limited to 'global/.ssh')
| -rw-r--r-- | global/.ssh/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/global/.ssh/config b/global/.ssh/config index 95182bb..0202208 100644 --- a/global/.ssh/config +++ b/global/.ssh/config @@ -1,10 +1,10 @@ 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 User git |
