diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-11-08 16:06:48 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-11-08 16:06:48 +0900 |
| commit | 5ff19624fa01dfcce4774c603dab3bea447ac14e (patch) | |
| tree | 22c1a7edf95caf8f38be0492d8d24e0e1209270a | |
| parent | 1d48b4e08f62c2fe71ac59da2eee250408990bc2 (diff) | |
modified shell/aliasrc, modified .ssh/config
| -rw-r--r-- | ar/.config/shell/aliasrc | 6 | ||||
| -rw-r--r-- | global/.ssh/config | 88 |
2 files changed, 50 insertions, 44 deletions
diff --git a/ar/.config/shell/aliasrc b/ar/.config/shell/aliasrc index 13ae888..2752a51 100644 --- a/ar/.config/shell/aliasrc +++ b/ar/.config/shell/aliasrc @@ -484,3 +484,9 @@ alias za='zathura' # zsh alias sps="source ${XDG_CONFIG_HOME:-${HOME}/.config}/shell/profile" alias szs="source ${XDG_CONFIG_HOME:-${HOME}/.config}/zsh/.zshrc" + +alias ylogh="ylog -s hidden -c us | grep $(LC_TIME=C date -d 'today' +%d/%b)" +alias ylogi="ylog -s hidden -c us | grep $(LC_TIME=C date -d 'yesterday' +%d/%b)" +alias ylogu='ylog -s recordings -c us' +alias ylogt="ylog -s recordings -c us | grep $(LC_TIME=C date -d 'today' +%d/%b)" +alias ylogy="ylog -s recordings -c us | grep $(LC_TIME=C date -d 'yesterday' +%d/%b)" diff --git a/global/.ssh/config b/global/.ssh/config index 33f9699..ee591ba 100644 --- a/global/.ssh/config +++ b/global/.ssh/config @@ -1,48 +1,48 @@ Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" -Host github.com - User git - IdentityAgent ~/.gnupg/S.gpg-agent.ssh - -Host dts-cowork - HostName joonhoe.com - User dts - Port 23432 - IdentitiesOnly yes - IdentityFile ~/.ssh/id_ed25519 - LocalForward 33432 127.0.0.1:23432 - -Host private-k6-dev - HostName joonhoe.com - User dev - Port 23433 - IdentitiesOnly yes - IdentityFile ~/.ssh/id_ed25519 - ServerAliveInterval 55 - ServerAliveCountMax 5 - -Host k6-ck - HostName joonohe.com - User ck - Port 23412 - IdentitiesOnly yes - ServerAliveInterval 55 - ServerAliveCountMax 5 - -Host pp - HostName 52.78.161.196 - User ec2-user - -Host evcp - # HostName 3.36.56.124 - HostName 43.203.251.114 - User ec2-user - IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem - LocalForward 15432 127.0.0.1:5432 - -Host evcp-m - HostName 13.125.209.49 - User ec2-user - Port 22 +# Host github.com +# User git +# IdentityAgent ~/.gnupg/S.gpg-agent.ssh +# +# Host dts-cowork +# HostName joonhoe.com +# User dts +# Port 23432 +# IdentitiesOnly yes +# IdentityFile ~/.ssh/id_ed25519 +# LocalForward 33432 127.0.0.1:23432 +# +# Host private-k6-dev +# HostName joonhoe.com +# User dev +# Port 23433 +# IdentitiesOnly yes +# IdentityFile ~/.ssh/id_ed25519 +# ServerAliveInterval 55 +# ServerAliveCountMax 5 +# +# Host k6-ck +# HostName joonohe.com +# User ck +# Port 23412 +# IdentitiesOnly yes +# ServerAliveInterval 55 +# ServerAliveCountMax 5 +# +# Host pp +# HostName 52.78.161.196 +# User ec2-user +# +# Host evcp +# # HostName 3.36.56.124 +# HostName 43.203.251.114 +# User ec2-user +# IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem +# LocalForward 15432 127.0.0.1:5432 +# +# Host evcp-m +# HostName 13.125.209.49 +# User ec2-user +# Port 22 # dujin@DTS2 |
