sshdog icon indicating copy to clipboard operation
sshdog copied to clipboard

Small portable SSH server in Go.

Results 3 sshdog issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.1.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

``` ./sshdog panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x5c9a46] goroutine 1 [running]: debug/elf.(*Section).ReadAt(0xc0001c2000?, {0xc0001cc000?, 0x270?, 0x24?}, 0x40?) :1 +0x26 archive/zip.readDirectoryEnd({0x6c79c0,...

Running sshdog on Windows causes messages like this in the log: [DEBUG] Failed allocating pty: Unsupported platform Since it is Windows, and that will never work, it would be better...