1
0
Fork 0

Add sshuttle hotkey

This commit is contained in:
Malte Brandy 2022-01-19 13:43:37 +01:00
parent 73f06eaad3
commit c9f39873dc

View file

@ -45,6 +45,7 @@ in
{ "nixbuild.net" = "${pkgs.rlwrap}/bin/rlwrap ssh eu.nixbuild.net -i /etc/nixos/private/id_ed25519-nix-builder shell"; }
{ "fluffy via local network" = ssh "fluffy.lo.m-0.eu"; }
{ "hera via public v4" = ssh "hera-v4"; }
{ "TU Tunnel" = fork "kitty sshuttle --python python3.8 -r gw 130.83.0.0/16"; }
];
}
{