From 7bc6fa4d0570cfdf5821b009aeca2e2999ada2c3 Mon Sep 17 00:00:00 2001 From: gaofei Date: Mon, 23 Sep 2024 09:56:02 +0800 Subject: [PATCH] update script --- scripts/connect | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/connect b/scripts/connect index 4da612d..0fe38f8 100755 --- a/scripts/connect +++ b/scripts/connect @@ -17,14 +17,15 @@ function print_info() { declare -A servers servers["vm0"]="ssh gaofei@192.168.137.105" +servers["yact"]="ssh root@172.50.10.83" servers["tw1"]="ssh root@tw1.xxoommd.asia" servers["tw2"]="ssh root@tw2.xxoommd.asia" servers["tw3"]="ssh root@tw3.xxoommd.asia" servers["hk1"]="ssh root@hk1.xxoommd.asia" -servers["hk2"]="ssh root@hk2.xxoommd.asia" +servers["hk2"]="ssh ubuntu@hk2.xxoommd.asia" servers["us1"]="ssh root@us1.xxoommd.asia" -servers["jp"]="ssh root@jp.xxoommd.asia" -servers["yact"]="ssh root@172.50.10.83" +servers["jp"]="ssh ubuntu@jp.xxoommd.asia" +servers["sg"]="ssh ubuntu@sg.xxoommd.asia" function help() { echo "Usage:"