We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04a08bc + 83a7e20 commit 9c2e608Copy full SHA for 9c2e608
pkg/vm/vm.go
@@ -232,7 +232,9 @@ func (v *BootcVMCommon) RunSSH(inputArgs []string) error {
232
"-o", "IdentitiesOnly=yes",
233
"-o", "PasswordAuthentication=no",
234
"-o", "StrictHostKeyChecking=no",
235
- "-o", "LogLevel=ERROR", "-o", "SetEnv=LC_ALL="}
+ "-o", "LogLevel=ERROR",
236
+ "-o", "SetEnv=LC_ALL=",
237
+ "-o", "UserKnownHostsFile=/dev/null"}
238
if len(inputArgs) > 0 {
239
args = append(args, inputArgs...)
240
} else {
0 commit comments