Skip to content

Commit

Permalink
Fixed typo in ssh/ssh.go
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondburned authored and johanot committed Sep 16, 2019
1 parent ac518fe commit 87d1256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh/ssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (ctx *SSHContext) sshArgs(host Host, transfer *FileTransfer) (cmd string, a

if ctx.SkipHostKeyCheck {
args = append(args,
"-o", "StrictHostkeyChecking=No",
"-o", "StrictHostKeyChecking=No",
"-o", "UserKnownHostsFile=/dev/null")
}
if ctx.IdentityFile != "" {
Expand Down

0 comments on commit 87d1256

Please # to comment.