Skip to content

Commit

Permalink
tests pass
Browse files Browse the repository at this point in the history
tests are all passing now (including this one)
  • Loading branch information
yebyen committed Dec 30, 2021
1 parent 44a013e commit f4e2a93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sshd/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func clientConfig() *ssh.ClientConfig {
Auth: []ssh.AuthMethod{
ssh.Password("password"),
},
HostKeyCallback: ssh.InsecureIgnoreHostKey(),
}
}

Expand Down

0 comments on commit f4e2a93

Please sign in to comment.