feat(riot-cfg): nasp domain username to root

This commit is contained in:
xiongdian.me 2024-06-19 16:42:24 +08:00
parent f6ab625b89
commit 91072491b5

View File

@ -46,7 +46,7 @@ x.domain() {
nasp.domain() {
RET_HOSTNAME=$host
RET_PORT=${RET_PORT:-12022}
RET_USERNAME=${RET_USERNAME:-dictxiong}
RET_USERNAME=${RET_USERNAME:-root}
RET_JUMP_SERVER="ssh@nasp.fit:36022"
RET_TRUST_SERVER=1
}