Working SMB file share
This commit is contained in:
parent
7789923672
commit
76b20570ec
11 changed files with 187 additions and 7 deletions
|
|
@ -155,6 +155,8 @@ func runSSHCmd(c *ssh.Client, cmd string) ([]byte, error) {
|
|||
return nil, errors.Wrap(err, "create new vm ssh session")
|
||||
}
|
||||
|
||||
// TODO: Timeouts
|
||||
|
||||
defer func() { _ = sess.Close() }()
|
||||
|
||||
stdout := bytes.NewBuffer(nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue