diff --git a/home/fish/functions/ssh-forward.fish b/home/fish/functions/ssh-forward.fish index 5d4a7ae..1096f4e 100644 --- a/home/fish/functions/ssh-forward.fish +++ b/home/fish/functions/ssh-forward.fish @@ -3,5 +3,5 @@ function ssh-forward set HOST $argv[1] set PORT $argv[2] - autossh -N -M 0 -L $PORT:$HOST:$PORT + autossh -N -M 0 -L $PORT:localhost:$PORT $HOST end