-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected spelling mistakes, added documentation
- Loading branch information
Showing
5 changed files
with
24 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
# sshclient | ||
Simple SSH client library | ||
|
||
Simple SSH client library for the kutti project. | ||
|
||
[![Go Report Card](https://goreportcard.com/badge/github.com/kuttiproject/sshclient)](https://goreportcard.com/report/github.com/kuttiproject/sshclient) | ||
[![PkgGoDev](https://pkg.go.dev/badge/github.com/kuttiproject/sshclient)](https://pkg.go.dev/github.com/kuttiproject/sshclient) | ||
![GitHub release (latest by date)](https://img.shields.io/github/v/release/kuttiproject/sshclient?include_prereleases) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// Package sshclient provides a simple SSH client that uses password | ||
// authentication for now. It contains functions for starting an | ||
// interactive shell, running commands remotely and copying files to | ||
// and from remote hosts. | ||
package sshclient |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters