diff options
Diffstat (limited to 'global/.ssh')
| -rw-r--r-- | global/.ssh/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global/.ssh/config b/global/.ssh/config index c2e42f7..33f9699 100644 --- a/global/.ssh/config +++ b/global/.ssh/config @@ -10,6 +10,7 @@ Host dts-cowork Port 23432 IdentitiesOnly yes IdentityFile ~/.ssh/id_ed25519 + LocalForward 33432 127.0.0.1:23432 Host private-k6-dev HostName joonhoe.com @@ -28,7 +29,6 @@ Host k6-ck ServerAliveInterval 55 ServerAliveCountMax 5 - Host pp HostName 52.78.161.196 User ec2-user |
