Add thinkpad to ssh
This commit is contained in:
parent
85b74e3328
commit
00f1991585
1 changed files with 10 additions and 0 deletions
|
|
@ -34,6 +34,16 @@
|
|||
proxyJump = "vps";
|
||||
};
|
||||
|
||||
"thinkpad" = {
|
||||
hostname = "10.2.2.30";
|
||||
user = "yanlin";
|
||||
identityFile = "~/.ssh/keys/thinkpad";
|
||||
setEnv = {
|
||||
TERM = "xterm-256color";
|
||||
};
|
||||
proxyJump = "vps";
|
||||
};
|
||||
|
||||
"vps" = {
|
||||
hostname = "91.98.84.215";
|
||||
user = "yanlin";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue