summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--global/.ssh/config12
-rw-r--r--mac/.config/aerospace/aerospace.toml2
2 files changed, 5 insertions, 9 deletions
diff --git a/global/.ssh/config b/global/.ssh/config
index 66832f4..b2df819 100644
--- a/global/.ssh/config
+++ b/global/.ssh/config
@@ -42,22 +42,18 @@ Host pp
Host evcp
HostName 3.36.92.165
User ec2-user
- IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem
- LocalForward 15432 127.0.0.1:5432
+ IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem
Host S-onlyone-aws-dts
HostName 15.165.19.26
User ec2-user
IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem
- Port 22
- LocalForward 25432 127.0.0.1:5432
+ Port 22
-Host S-onlyone
+Host epc-portal
HostName 15.165.148.59
User ec2-user
- IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem
- Port 22
- LocalForward 35432 127.0.0.1:5432
+ IdentityFile ~/.ssh/keys/evcp-LightsailDefaultKey-ap-northeast-2.pem
Host evcp-m
HostName 13.125.209.49
diff --git a/mac/.config/aerospace/aerospace.toml b/mac/.config/aerospace/aerospace.toml
index 3034471..fe22565 100644
--- a/mac/.config/aerospace/aerospace.toml
+++ b/mac/.config/aerospace/aerospace.toml
@@ -252,7 +252,7 @@ on-focus-changed = ['move-mouse window-lazy-center']
alt-shift-semicolon = [
'fullscreen',
'mode main',
- ] # Toggle between floating and tiling layout
+ ] # Toggle between fullscreen and tiling layout
backspace = ['close-all-windows-but-current', 'mode main']
alt-shift-h = ['join-with left', 'mode main']