home: ssh: add 'work' host

This commit is contained in:
Bruno BELANYI 2022-01-25 15:46:17 +01:00
parent b33cefde63
commit ef875f881f
2 changed files with 10 additions and 0 deletions

View file

@ -24,3 +24,7 @@ compile_commands.json
# Swap and backup files
*~
~.swp
# Direnv files
.envrc
.direnv/

View file

@ -40,6 +40,12 @@ in
identityFile = "~/.ssh/shared_rsa";
user = "ambroisie";
};
work = {
hostname = "workspaces.dgexsol.fr";
identityFile = "~/.ssh/shared_rsa";
user = "bruno_belanyi";
};
};
extraConfig = ''