Skip to content
#

gossh

Here are 7 public repositories matching this topic...

Language: All
Filter by language

gossh is an extremely concise ssh tool which developed by go language. It has only a binary program without any dependencies and is really ready to use out of the box. gossh is used Used to manage of linux (like unix) machines: including remote execution of commands and push and pull files, and support stand-alone and batch modes.

  • Updated Jul 29, 2021
  • Go
APoniatowski
APoniatowski commented Jan 17, 2020
ssh: handshake failed: knownhosts: key mismatch
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x5f1b61]

goroutine 8 [running]:
github.com/APoniatowski/GoSSH/sshlib.connectAndRun(0xc0000b58a0, 0xc00001cb10, 0xd, 0xc000016840, 0x1a, 0xc00001cb38, 0x8, 0x0, 0x0, 0xc000016900, ...)
        C:/dev/golang/

Improve this page

Add a description, image, and links to the gossh topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gossh topic, visit your repo's landing page and select "manage topics."

Learn more