From 3dad99747b077ce38dab02ccb1d0407191d3bd46 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 8 Apr 2026 14:23:16 +0000 Subject: [PATCH] =?UTF-8?q?Phase=208=20RDP:=20=EA=B8=B0=EB=B3=B8=20?= =?UTF-8?q?=EA=B3=84=EC=A0=95=20administrator=20=E2=86=92=20pqserver=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- pharmq-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pharmq-setup.sh b/pharmq-setup.sh index 5270d04..73b8ae1 100644 --- a/pharmq-setup.sh +++ b/pharmq-setup.sh @@ -954,7 +954,7 @@ phase8_rdp_setup() { # RDP 서버 주소 (Phase 4의 VM에서 자동 설정) local RDP_SERVER="${MSSQL_SERVER%%\\*}" # 192.168.0.201\PM2014 → 192.168.0.201 - local RDP_USERNAME="administrator" + local RDP_USERNAME="pqserver" local RDP_PASSWORD="pharmq119" local LOCAL_USER="rdpuser"