home: ssh: add 'work' host
This commit is contained in:
parent
b33cefde63
commit
ef875f881f
2 changed files with 10 additions and 0 deletions
|
|
@ -40,6 +40,12 @@ in
|
|||
identityFile = "~/.ssh/shared_rsa";
|
||||
user = "ambroisie";
|
||||
};
|
||||
|
||||
work = {
|
||||
hostname = "workspaces.dgexsol.fr";
|
||||
identityFile = "~/.ssh/shared_rsa";
|
||||
user = "bruno_belanyi";
|
||||
};
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue