ssh: cleanup
This commit is contained in:
parent
19c25e25c9
commit
d52d54d5aa
1 changed files with 0 additions and 27 deletions
|
@ -10,14 +10,6 @@
|
|||
compression = true;
|
||||
};
|
||||
|
||||
"nedeco-smartos-hosting" = {
|
||||
host = "10.0.90.*";
|
||||
port = 22;
|
||||
user = "root";
|
||||
identityFile = "~/.ssh/nedeco.pub";
|
||||
identitiesOnly = true;
|
||||
};
|
||||
|
||||
"msc.nedeco.local" = {
|
||||
port = 22;
|
||||
user = "root";
|
||||
|
@ -25,25 +17,6 @@
|
|||
identitiesOnly = true;
|
||||
};
|
||||
|
||||
"headnode.nedeco-hosting.local" = {
|
||||
hostname = "10.0.90.13";
|
||||
port = 22;
|
||||
user = "root";
|
||||
extraOptions = {
|
||||
PreferredAuthentications = "password";
|
||||
};
|
||||
};
|
||||
|
||||
"cnode01.nedeco-hosting.local" = {
|
||||
hostname = "10.0.88.45";
|
||||
port = 22;
|
||||
user = "root";
|
||||
proxyCommand = "ssh headnode.nedeco-hosting.local nc -w 120 %h %p";
|
||||
extraOptions = {
|
||||
PreferredAuthentications = "password";
|
||||
};
|
||||
};
|
||||
|
||||
"192.168.8.141" = {
|
||||
port = 22;
|
||||
user = "root";
|
||||
|
|
Loading…
Reference in a new issue