feat: ssh
This commit is contained in:
parent
ba5333323b
commit
61da1b6dd3
1 changed files with 22 additions and 2 deletions
|
@ -68,13 +68,23 @@
|
|||
user = "root";
|
||||
hostname = "fd26:baf9:d250:8000::1001";
|
||||
proxyJump = "vault01.dgnum";
|
||||
identityFile = "~/.ssh/juniper";
|
||||
# identityFile = "~/.ssh/juniper";
|
||||
};
|
||||
"netaccess01.dgn" = {
|
||||
user = "root";
|
||||
hostname = "fd26:baf9:d250:8000::2001";
|
||||
proxyJump = "vault01.dgnum";
|
||||
identityFile = "~/.ssh/juniper";
|
||||
# identityFile = "~/.ssh/juniper";
|
||||
};
|
||||
"netaccess00.dgn" = {
|
||||
user = "root";
|
||||
hostname = "192.168.2.2";
|
||||
# proxyJump = "vault01.dgnum";
|
||||
};
|
||||
"netcore00.dgn" = {
|
||||
user = "root";
|
||||
hostname = "192.168.2.3";
|
||||
# proxyJump = "vault01.dgnum";
|
||||
};
|
||||
"vault01.dgnum" = {
|
||||
user = "root";
|
||||
|
@ -94,6 +104,16 @@
|
|||
user = "root";
|
||||
hostname = "129.199.146.230";
|
||||
};
|
||||
"routexp01.lab" = {
|
||||
user = "root";
|
||||
hostname = "2a0e:e701:1120:1000::1000:01";
|
||||
proxyJump = "router02.lab";
|
||||
};
|
||||
"roam01.lab" = {
|
||||
user = "root";
|
||||
hostname = "10.10.17.2";
|
||||
proxyJump = "vault01.dgnum";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue