Skip to content

Commit 344b43e

Browse files
committed
Fix linter issues
1 parent 73f844b commit 344b43e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/sshd/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func Configure(cnf *Config) (*ssh.ServerConfig, error) {
9696
log.Debug("Parsed host key %s.", path)
9797
cfg.AddHostKey(hk)
9898
}
99-
cfg.Config.Ciphers = []string{"aes128-ctr","aes192-ctr","aes256-ctr","aes128-gcm@openssh.com"}
99+
cfg.Config.Ciphers = []string{"aes128-ctr", "aes192-ctr", "aes256-ctr", "aes128-gcm@openssh.com"}
100100
return cfg, nil
101101
}
102102

0 commit comments

Comments
 (0)