From e82f6c7b147d784edb8705f4919eed85d2a07c12 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Wed, 5 Apr 2023 20:56:22 +0200 Subject: [PATCH] Updated tunnel script to use olympus as defined in sshconfig --- bin/.local/bin/tunnel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/.local/bin/tunnel b/bin/.local/bin/tunnel index 73d44c1..6c9443c 100755 --- a/bin/.local/bin/tunnel +++ b/bin/.local/bin/tunnel @@ -4,4 +4,4 @@ PORT=$1 DOMAIN=$2 INTERNAL_PORT=$(shuf -i 1024-65535 -n 1) -ssh -tR $INTERNAL_PORT:localhost:$PORT tunnel@10.0.0.2 -p 2222 $INTERNAL_PORT $DOMAIN +ssh -tR $INTERNAL_PORT:localhost:$PORT tunnel $INTERNAL_PORT $DOMAIN