home: ssh: add 'work' host
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
633a422532
commit
9dd3dceb83
|
@ -24,3 +24,7 @@ compile_commands.json
|
||||||
# Swap and backup files
|
# Swap and backup files
|
||||||
*~
|
*~
|
||||||
~.swp
|
~.swp
|
||||||
|
|
||||||
|
# Direnv files
|
||||||
|
.envrc
|
||||||
|
.direnv/
|
||||||
|
|
|
@ -40,6 +40,12 @@ in
|
||||||
identityFile = "~/.ssh/shared_rsa";
|
identityFile = "~/.ssh/shared_rsa";
|
||||||
user = "ambroisie";
|
user = "ambroisie";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
work = {
|
||||||
|
hostname = "workspaces.dgexsol.fr";
|
||||||
|
identityFile = "~/.ssh/shared_rsa";
|
||||||
|
user = "bruno_belanyi";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
Loading…
Reference in a new issue