home/ssh: add mosh-tunnel
This commit is contained in:
parent
289eebc1d0
commit
42e61fd75d
1 changed files with 4 additions and 1 deletions
|
|
@ -63,8 +63,11 @@ in
|
|||
".ssh/controlmasters" = {
|
||||
mode = "700";
|
||||
};
|
||||
".ssh/mosh-tunnel" = {
|
||||
mode = "700";
|
||||
};
|
||||
home.packages = [ pkgs.fc-scripts.ssh-multi-proxy ];
|
||||
};
|
||||
home.packages = with pkgs.fc-scripts; [ ssh-multi-proxy mosh-tunnel mosh-dualstack-proxy ];
|
||||
programs.ssh = {
|
||||
enableDefaultConfig = false; # deprecated
|
||||
package = lib.mkDefault pkgs.openssh;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue