Skip to content

Commit f4e2a93

Browse files
committed
tests pass
tests are all passing now (including this one)
1 parent 44a013e commit f4e2a93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/sshd/server_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ func clientConfig() *ssh.ClientConfig {
4343
Auth: []ssh.AuthMethod{
4444
ssh.Password("password"),
4545
},
46+
HostKeyCallback: ssh.InsecureIgnoreHostKey(),
4647
}
4748
}
4849

0 commit comments

Comments
 (0)