-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Black-Hole1 <[email protected]>
- Loading branch information
1 parent
eca9491
commit 778860a
Showing
5 changed files
with
54 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# OVM SSH Agent | ||
|
||
[![license]](https://github.com/oomol-lab/ovm-ssh-agent/blob/main/LICENSE) [![repo size]](https://github.com/oomol-lab/ovm-ssh-agent) [![release]](https://github.com/oomol-lab/ovm-ssh-agent/releases/latest) | ||
|
||
Compatible with any third-party SSH Agent. (e.g. 1Password) | ||
|
||
###### Supported Platforms | ||
|
||
- Mac OS | ||
- Linux | ||
|
||
|
||
###### Install | ||
|
||
```shell | ||
go get github.com/oomol-lab/ovm-ssh-agent | ||
``` | ||
|
||
###### Documentation | ||
|
||
[![Go Reference](https://pkg.go.dev/badge/github.com/oomol-lab/ovm-ssh-agent.svg)](https://pkg.go.dev/github.com/oomol-lab/ovm-ssh-agent) | ||
|
||
Full go doc style documentation for the package can be viewed online without installing this package by using the GoDoc site here: http://pkg.go.dev/github.com/oomol-lab/ovm-ssh-agent | ||
|
||
|
||
[license]: https://img.shields.io/github/license/oomol-lab/ovm-ssh-agent?style=flat-square&color=9cf | ||
[repo size]: https://img.shields.io/github/repo-size/oomol-lab/ovm-ssh-agent?style=flat-square&color=9cf | ||
[release]: https://img.shields.io/github/v/release/oomol-lab/ovm-ssh-agent?style=flat-square&color=9cf |
File renamed without changes.
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