SYMBOL INDEX (10 symbols across 4 files) FILE: easyssh.go type MakeConfig (line 29) | type MakeConfig struct method connect (line 60) | func (ssh_conf *MakeConfig) connect() (*ssh.Session, error) { method Stream (line 99) | func (ssh_conf *MakeConfig) Stream(command string, timeout int) (stdou... method Run (line 161) | func (ssh_conf *MakeConfig) Run(command string, timeout int) (outStr s... method Scp (line 183) | func (ssh_conf *MakeConfig) Scp(sourceFile string, etargetFile string)... function getKeyFile (line 39) | func getKeyFile(keypath string) (ssh.Signer, error) { FILE: easyssh_test.go function TestStream (line 15) | func TestStream(t *testing.T) { function TestRun (line 46) | func TestRun(t *testing.T) { FILE: example/run.go function main (line 9) | func main() { FILE: example/scp.go function main (line 8) | func main() {