aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-09-11 02:26:02 +0700
committerShulhan <ms@kilabit.info>2023-09-11 02:26:33 +0700
commitef1b1a8992cc71cbc52dbf68218c2feffb0c3c94 (patch)
tree24c66479c34c7c881ccaee037c5a686f7c864783 /lib/ssh
parent24607b0d43c49391299d920c0511f97fb6097504 (diff)
downloadpakakeh.go-ef1b1a8992cc71cbc52dbf68218c2feffb0c3c94.tar.xz
lib/ssh: remove unused field configHostKeyCallback in Client
Diffstat (limited to 'lib/ssh')
-rw-r--r--lib/ssh/client.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ssh/client.go b/lib/ssh/client.go
index a1593303..add96e7a 100644
--- a/lib/ssh/client.go
+++ b/lib/ssh/client.go
@@ -28,8 +28,6 @@ type Client struct {
*ssh.Client
config *ssh.ClientConfig
- configHostKeyCallback ssh.HostKeyCallback
-
cfg *config.Section
stdout io.Writer
stderr io.Writer