package ussher import "golang.org/x/crypto/ssh" type SSHApp interface { HandleExec(conn *ssh.ServerConn, channel ssh.Channel) }