mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 18:47:03 +08:00
6 lines
163 B
Plaintext
6 lines
163 B
Plaintext
RET_HOSTNAME=ssh.beardic.cn
|
|
local tmp=$(sha256sum <<< "$host" | tr -cd "[:digit:]")
|
|
tmp=${tmp:0:4}
|
|
RET_PORT=$((10#$tmp+36000))
|
|
RET_USERNAME=root
|
|
RET_TRUST_SERVER=1 |