1
0
Fork 0

ssh config, i.e. ssh bastion hosts

This commit is contained in:
Jan Grosser 2024-05-26 00:37:01 +02:00
parent 9e427cc4c0
commit 0dff069167

View file

@ -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;