• Stars
    star
    189
  • Rank 197,435 (Top 5 %)
  • Language
    Go
  • Created over 9 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

unmaintained

easyssh

Description

Package easyssh provides a simple implementation of some SSH protocol features in Go. You can simply run command on remote server or upload a file even simple than native console SSH client. Do not need to think about Dials, sessions, defers and public keys...Let easyssh will be think about it!

So easy to use!

Run a command on remote server and get STDOUT output

Upload a file to remote server