aboutsummaryrefslogtreecommitdiff
path: root/ssh/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'ssh/common.go')
-rw-r--r--ssh/common.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/ssh/common.go b/ssh/common.go
index b98b51c..0415d33 100644
--- a/ssh/common.go
+++ b/ssh/common.go
@@ -279,13 +279,6 @@ func InsecureAlgorithms() Algorithms {
}
}
-// serverForbiddenKexAlgos contains key exchange algorithms, that are forbidden
-// for the server half.
-var serverForbiddenKexAlgos = map[string]struct{}{
- InsecureKeyExchangeDHGEXSHA1: {}, // server half implementation is only minimal to satisfy the automated tests
- KeyExchangeDHGEXSHA256: {}, // server half implementation is only minimal to satisfy the automated tests
-}
-
var supportedCompressions = []string{compressionNone}
// hashFuncs keeps the mapping of supported signature algorithms to their