nixos/sshd: Remove obsolete Protocol options (#59136)

OpenSSH removed server side support for the v.1 Protocol
in version 7.4: https://www.openssh.com/txt/release-7.4,
making this option a no-op.
This commit is contained in:
Aneesh Agrawal 2019-04-08 00:49:31 -07:00 committed by xeji
parent 20ff71b4bf
commit 24ae4ae604

View File

@ -431,8 +431,6 @@ in
services.openssh.extraConfig = mkOrder 0
''
Protocol 2
UsePAM yes
AddressFamily ${if config.networking.enableIPv6 then "any" else "inet"}