diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-11-24 11:27:41 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-11-24 11:27:41 +0900 |
| commit | aeb34f58b7a46d8f5b142bde41b08dc4a0f8a58a (patch) | |
| tree | f3a8dad086de0337d9f506d97ecfab6186b8b4d9 | |
| parent | c35d618fbf576476893ca452c8db5f82cb5346bb (diff) | |
modified .ssh/config, modified shell/aliasrc
| -rw-r--r-- | global/.ssh/config | 6 | ||||
| -rw-r--r-- | mac/.config/shell/aliasrc | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/global/.ssh/config b/global/.ssh/config index 3e0ff49..7d6869e 100644 --- a/global/.ssh/config +++ b/global/.ssh/config @@ -1,5 +1,11 @@ Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" +Host recordings + HostName thesiah.xyz + User root + RequestTTY yes + RemoteCommand cd /var/www/thesiah/recordings && exec $SHELL -l + Host github.com User git IdentityAgent ~/.gnupg/S.gpg-agent.ssh diff --git a/mac/.config/shell/aliasrc b/mac/.config/shell/aliasrc index 05fc5ce..220b9f6 100644 --- a/mac/.config/shell/aliasrc +++ b/mac/.config/shell/aliasrc @@ -222,6 +222,7 @@ alias lg="lazygit" alias gu="gitupdate" alias ggg="ssh $THESIAH_GIT" alias gis="githubissuesync" +alias wwr="ssh recordings" # grep ialias -g grep='grep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn}' |
