simplessh icon indicating copy to clipboard operation
simplessh copied to clipboard

A simple abstraction around ssh and sftp libraries in go.

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

Attaches a given writer to session StdoutPipe and StderrPipe so that long-running commands can be seen in real time, rather than waiting for a dump of info at the end....

Using SSH Certificates with simplessh It is getting more popular to use certificates for ssh authentication, which i have added to simplessh. In short, we need to parse the user’s...