Compare commits

..

1 Commits

Author SHA1 Message Date
94e26a3072
Merge 019781f9ee into 483f7fd7f3 2024-04-01 14:16:41 +00:00

View File

@ -9,7 +9,7 @@ j.remote() {
}
nasp.remote() {
remote=nasp.fit
remote=nasp.ob.ac.cn
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.fit:36022"
RET_JUMP_SERVER="ssh@nasp.ob.ac.cn:36022"
RET_TRUST_SERVER=1
}