build(riot-config): nasp.fit -> jump.nasp.fit

This commit is contained in:
Dict Xiong 2025-10-28 17:18:56 +08:00
parent ecf652ad7b
commit 65d690f47c

View File

@ -25,7 +25,7 @@ nasps.batch() {
# remotes
nasp.remote() {
remote=nasp.fit
remote=jump.nasp.fit
RET_PORT=${RET_PORT:-36022}
RET_USERNAME=${RET_USERNAME:-root}
RET_TRUST_SERVER=1
@ -60,7 +60,7 @@ nasp.domain() {
RET_HOSTNAME=$host
RET_PORT=${RET_PORT:-12022}
RET_USERNAME=${RET_USERNAME:-root}
RET_JUMP_SERVER="ssh@nasp.fit:36022"
RET_JUMP_SERVER="ssh@jump.nasp.fit:36022"
RET_TRUST_SERVER=1
}