diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-08 23:31:14 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-08 23:31:14 +0900 |
| commit | 3795ffa68734cc59e031d1896331a43e7dcfa7fd (patch) | |
| tree | 23ca0d0fd3aabdfe7831dd3ea0d6ad036e46e066 /global/.ssh | |
| parent | 1f63a6694efccd75d724f01f75778a980f2dc8e5 (diff) | |
modified shell/aliasrc, modified shell/bm-dirs, modified shell/bm-files, modified .ssh/config, modified shell/aliasrc
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 |
