mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 14:47:02 +08:00
riot config: add nasp remote and null domain
This commit is contained in:
parent
79d376265e
commit
b1272e22bb
|
@ -8,7 +8,18 @@ j.remote() {
|
||||||
RET_TRUST_SERVER=1
|
RET_TRUST_SERVER=1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nasp.remote() {
|
||||||
|
remote=nasp.ob.ac.cn
|
||||||
|
RET_PORT=${RET_PORT:-36022}
|
||||||
|
RET_USERNAME=${RET_USERNAME:-ssh}
|
||||||
|
RET_TRUST_SERVER=1
|
||||||
|
}
|
||||||
|
|
||||||
# domains
|
# domains
|
||||||
|
.domain() {
|
||||||
|
RET_USERNAME=${RET_USERNAME:-root}
|
||||||
|
}
|
||||||
|
|
||||||
i.domain() {
|
i.domain() {
|
||||||
RET_HOSTNAME=$host.ibd.ink
|
RET_HOSTNAME=$host.ibd.ink
|
||||||
RET_PORT=${RET_PORT:-12022}
|
RET_PORT=${RET_PORT:-12022}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user