enable mosh client & server

This commit is contained in:
Daniel Frank 2019-06-16 20:37:47 +02:00
parent d5ad50cd0d
commit fc0eb1a09f
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -83,6 +83,8 @@
# Only allow login through pubkey # Only allow login through pubkey
passwordAuthentication = false; passwordAuthentication = false;
}; };
# Support mosh connections
programs.mosh.enable = true;
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];