We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e3184 commit 69b21ccCopy full SHA for 69b21cc
1 file changed
pkg/sshd/server_test.go
@@ -43,9 +43,9 @@ func clientConfig() *ssh.ClientConfig {
43
Auth: []ssh.AuthMethod{
44
ssh.Password("password"),
45
},
46
- HostKeyCallback: func(hostname string, remote net.Addr, key ssh.PublicKey) error {
47
- return nil
48
- },
+ HostKeyCallback: func(hostname string, remote net.Addr, key ssh.PublicKey) error {
+ return nil
+ },
49
}
50
51
0 commit comments