We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f844b commit 344b43eCopy full SHA for 344b43e
1 file changed
pkg/sshd/server.go
@@ -96,7 +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"}
+ cfg.Config.Ciphers = []string{"aes128-ctr", "aes192-ctr", "aes256-ctr", "aes128-gcm@openssh.com"}
100
return cfg, nil
101
102
0 commit comments