summary refs log tree commit diff
path: root/.zsh/aliases.zsh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.zsh/aliases.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/aliases.zsh b/.zsh/aliases.zsh
index a0b3c84a..afdf7652 100644
--- a/.zsh/aliases.zsh
+++ b/.zsh/aliases.zsh
@@ -13,7 +13,7 @@ function mkcd {
 }
 
 function tunnel {
-  ssh -R 8022:localhost:$1 ec2.cmcenroe.me
+  ssh -R 8022:localhost:$1 do.asdf.pw
 }
 
 alias randpasswd='openssl rand -base64 12'