From c8c3289c792098ae28280693015b40182cfa49ef Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Tue, 16 Apr 2024 00:53:40 +0800 Subject: [PATCH] fix(riot-conf): nasp.ob.ac.cn -> nasp.fit --- riot-config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/riot-config.sh b/riot-config.sh index 7209534..03199a3 100644 --- a/riot-config.sh +++ b/riot-config.sh @@ -9,7 +9,7 @@ j.remote() { } nasp.remote() { - remote=nasp.ob.ac.cn + remote=nasp.fit RET_PORT=${RET_PORT:-36022} RET_USERNAME=${RET_USERNAME:-ssh} RET_TRUST_SERVER=1 @@ -47,7 +47,7 @@ nasp.domain() { RET_HOSTNAME=$host RET_PORT=${RET_PORT:-12022} RET_USERNAME=${RET_USERNAME:-dictxiong} - RET_JUMP_SERVER="ssh@nasp.ob.ac.cn:36022" + RET_JUMP_SERVER="ssh@nasp.fit:36022" RET_TRUST_SERVER=1 }