diff options
| author | Shulhan <ms@kilabit.info> | 2023-12-19 00:18:56 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-12-19 00:28:07 +0700 |
| commit | 99c2a538c8553b29a80926ed9be718952a28571c (patch) | |
| tree | 811e515874f78b65de75af593770788d67237f3a /ssh_client.go | |
| parent | 207cc263d4f28e11af896f0b1e3fc06d305c2a62 (diff) | |
| download | awwan-99c2a538c8553b29a80926ed9be718952a28571c.tar.xz | |
go.mod: update share module
This fix fetching SSH config where Hostname is not set but host name
may match with Host with wildcard.
Diffstat (limited to 'ssh_client.go')
| -rw-r--r-- | ssh_client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh_client.go b/ssh_client.go index 7b89491..b80e8f0 100644 --- a/ssh_client.go +++ b/ssh_client.go @@ -35,7 +35,7 @@ type sshClient struct { dirHome string } -// newSSHClient create new clients using the SSH config section. +// newSSHClient create new SSH client using the SSH config section. // // Once connection established, the client create new temporary directory on // server at dirTmp for sudoGet or sudoPut operations. |
