From 3667d3bd15812504d724cf2d7ce174c7df39c270 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Mon, 15 Jan 2024 20:11:54 +0800 Subject: [PATCH] riot-config: jumpserver from sir0 to ssh.beardic.cn --- riot-config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/riot-config.sh b/riot-config.sh index 544c864..7209534 100644 --- a/riot-config.sh +++ b/riot-config.sh @@ -2,8 +2,8 @@ # remotes j.remote() { - remote=sir0.ibd.ink - RET_PORT=${RET_PORT:-36122} + remote=ssh.beardic.cn + RET_PORT=${RET_PORT:-24022} RET_USERNAME=${RET_USERNAME:-root} RET_TRUST_SERVER=1 }