Compare commits

..

2 Commits

Author SHA1 Message Date
a63c5960ee
Merge c8c3289c79 into 483f7fd7f3 2024-04-15 16:55:38 +00:00
c8c3289c79 fix(riot-conf): nasp.ob.ac.cn -> nasp.fit 2024-04-16 00:55:09 +08:00

View File

@ -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
}