aboutsummaryrefslogtreecommitdiff
path: root/ssh_client.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-12-19 00:18:56 +0700
committerShulhan <ms@kilabit.info>2023-12-19 00:28:07 +0700
commit99c2a538c8553b29a80926ed9be718952a28571c (patch)
tree811e515874f78b65de75af593770788d67237f3a /ssh_client.go
parent207cc263d4f28e11af896f0b1e3fc06d305c2a62 (diff)
downloadawwan-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.go2
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.