User returns the username used when establishing the SSH connection.
()
| 24 | |
| 25 | // User returns the username used when establishing the SSH connection. |
| 26 | User() string |
| 27 | |
| 28 | // RemoteAddr returns the net.Addr of the client side of the connection. |
| 29 | RemoteAddr() net.Addr |