fix(riot-conf): nasp.ob.ac.cn -> nasp.fit

This commit is contained in:
Dict Xiong 2024-04-16 00:53:40 +08:00
parent 019781f9ee
commit c8c3289c79

View File

@ -9,7 +9,7 @@ j.remote() {
} }
nasp.remote() { nasp.remote() {
remote=nasp.ob.ac.cn remote=nasp.fit
RET_PORT=${RET_PORT:-36022} RET_PORT=${RET_PORT:-36022}
RET_USERNAME=${RET_USERNAME:-ssh} RET_USERNAME=${RET_USERNAME:-ssh}
RET_TRUST_SERVER=1 RET_TRUST_SERVER=1
@ -47,7 +47,7 @@ nasp.domain() {
RET_HOSTNAME=$host RET_HOSTNAME=$host
RET_PORT=${RET_PORT:-12022} RET_PORT=${RET_PORT:-12022}
RET_USERNAME=${RET_USERNAME:-dictxiong} 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 RET_TRUST_SERVER=1
} }