Add hs.lan ssh entry
This commit is contained in:
parent
34fc478794
commit
8c0183fb3c
1 changed files with 9 additions and 0 deletions
|
|
@ -34,6 +34,15 @@
|
||||||
proxyJump = "vps";
|
proxyJump = "vps";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"hs.lan" = {
|
||||||
|
hostname = "lan.hs.yanlincs.com";
|
||||||
|
user = "yanlin";
|
||||||
|
identityFile = "~/.ssh/keys/nas";
|
||||||
|
setEnv = {
|
||||||
|
TERM = "xterm-256color";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
"thinkpad" = {
|
"thinkpad" = {
|
||||||
hostname = "10.2.2.30";
|
hostname = "10.2.2.30";
|
||||||
user = "yanlin";
|
user = "yanlin";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue