diff options
| author | Shulhan <ms@kilabit.info> | 2023-09-11 02:26:02 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-09-11 02:26:33 +0700 |
| commit | ef1b1a8992cc71cbc52dbf68218c2feffb0c3c94 (patch) | |
| tree | 24c66479c34c7c881ccaee037c5a686f7c864783 /lib/ssh | |
| parent | 24607b0d43c49391299d920c0511f97fb6097504 (diff) | |
| download | pakakeh.go-ef1b1a8992cc71cbc52dbf68218c2feffb0c3c94.tar.xz | |
lib/ssh: remove unused field configHostKeyCallback in Client
Diffstat (limited to 'lib/ssh')
| -rw-r--r-- | lib/ssh/client.go | 2 |
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 |
