MCPcopy Create free account
hub / github.com/evilsocket/shellz / Close

Method Close

session/ssh.go:105–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103}
104
105func (s *SSHSession) Close() {
106 s.Lock()
107 defer s.Unlock()
108 s.session.Close()
109 s.client.Close()
110}

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected