mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 04:57:00 +08:00
feat(riot-cfg): nasp domain username to root
This commit is contained in:
parent
f6ab625b89
commit
91072491b5
|
@ -46,7 +46,7 @@ x.domain() {
|
||||||
nasp.domain() {
|
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:-root}
|
||||||
RET_JUMP_SERVER="ssh@nasp.fit:36022"
|
RET_JUMP_SERVER="ssh@nasp.fit:36022"
|
||||||
RET_TRUST_SERVER=1
|
RET_TRUST_SERVER=1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user