ssh config, i.e. ssh bastion hosts
This commit is contained in:
parent
9e427cc4c0
commit
0dff069167
1 changed files with 19 additions and 0 deletions
|
|
@ -96,6 +96,25 @@
|
||||||
# Update the font cache
|
# Update the font cache
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
|
|
||||||
|
# SSH
|
||||||
|
programs.ssh = {
|
||||||
|
enable = true;
|
||||||
|
matchBlocks = {
|
||||||
|
messaging = {
|
||||||
|
hostname = "messaging";
|
||||||
|
proxyJump = "ssh-hopper@home.plueschbit.de";
|
||||||
|
};
|
||||||
|
gemcap = {
|
||||||
|
hostname = "messaging";
|
||||||
|
proxyJump = "ssh-hopper@home.plueschbit.de";
|
||||||
|
};
|
||||||
|
satdb = {
|
||||||
|
hostname = "messaging";
|
||||||
|
proxyJump = "ssh-hopper@home.plueschbit.de";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# ZSH
|
# ZSH
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue