update ssh config
This commit is contained in:
parent
f90bfd6ff6
commit
0bf1e54c5c
1 changed files with 0 additions and 13 deletions
|
|
@ -31,17 +31,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
"hs" = {
|
"hs" = {
|
||||||
hostname = "10.2.2.20";
|
|
||||||
user = "yanlin";
|
|
||||||
identityFile = "~/.ssh/keys/nas";
|
|
||||||
setEnv = {
|
|
||||||
TERM = "xterm-256color";
|
|
||||||
};
|
|
||||||
} // lib.optionalAttrs pkgs.stdenv.isDarwin {
|
|
||||||
proxyJump = "vps";
|
|
||||||
};
|
|
||||||
|
|
||||||
"hs.lan" = {
|
|
||||||
hostname = "lan.hs.yanlincs.com";
|
hostname = "lan.hs.yanlincs.com";
|
||||||
user = "yanlin";
|
user = "yanlin";
|
||||||
identityFile = "~/.ssh/keys/nas";
|
identityFile = "~/.ssh/keys/nas";
|
||||||
|
|
@ -57,8 +46,6 @@
|
||||||
setEnv = {
|
setEnv = {
|
||||||
TERM = "xterm-256color";
|
TERM = "xterm-256color";
|
||||||
};
|
};
|
||||||
} // lib.optionalAttrs pkgs.stdenv.isDarwin {
|
|
||||||
proxyJump = "vps";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
"vps" = {
|
"vps" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue