Merge
This commit is contained in:
commit
57a345b46d
11 changed files with 242 additions and 89 deletions
|
@ -79,6 +79,17 @@
|
|||
port = 22;
|
||||
user = "ifacts";
|
||||
identityFile = "/home/fw/.ssh/ifacts-ssh-key";
|
||||
};
|
||||
"kobo" = {
|
||||
hostname = "192.168.1.192";
|
||||
port = 22;
|
||||
user = "root";
|
||||
};
|
||||
"disa" = {
|
||||
hostname = "192.168.1.242";
|
||||
port = 22;
|
||||
user = "disah";
|
||||
identityFile = "/home/fw/.ssh/id_rsa";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue