We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20bbfb1 + 344b43e commit 3079599Copy full SHA for 3079599
1 file changed
pkg/sshd/server.go
@@ -96,6 +96,7 @@ func Configure(cnf *Config) (*ssh.ServerConfig, error) {
96
log.Debug("Parsed host key %s.", path)
97
cfg.AddHostKey(hk)
98
}
99
+ cfg.Config.Ciphers = []string{"aes128-ctr", "aes192-ctr", "aes256-ctr", "aes128-gcm@openssh.com"}
100
return cfg, nil
101
102
0 commit comments