SessionID returns the session hash.
()
| 169 | |
| 170 | // SessionID returns the session hash. |
| 171 | func (testSSHContext) SessionID() string { |
| 172 | panic("not implemented") |
| 173 | } |
| 174 | |
| 175 | // ClientVersion returns the version reported by the client. |
| 176 | func (testSSHContext) ClientVersion() string { |
no outgoing calls
no test coverage detected