From 666b26ec5928474b265826089c44162997b6c04c Mon Sep 17 00:00:00 2001 From: Daniel Ferguson Date: Wed, 14 Feb 2024 20:05:56 +0000 Subject: [PATCH] Fix documentation --- communicator/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communicator/config.go b/communicator/config.go index 16b3eb498..fb3132721 100644 --- a/communicator/config.go +++ b/communicator/config.go @@ -168,7 +168,7 @@ type SSH struct { // **NOTE**: Guests using Windows with Win32-OpenSSH v9.1.0.0p1-Beta, scp // (the default protocol for copying data) returns a a non-zero error code since the MOTW // cannot be set, which cause any file transfer to fail. As a workaround you can override the transfer protocol - // with SFTP instead `ssh_file_transfer_protocol = "sftp"`. + // with SFTP instead `ssh_file_transfer_method = "sftp"`. SSHFileTransferMethod string `mapstructure:"ssh_file_transfer_method"` // A SOCKS proxy host to use for SSH connection SSHProxyHost string `mapstructure:"ssh_proxy_host"`