Skip to content

Commit

Permalink
update keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonewu committed Dec 18, 2022
1 parent dc1489e commit 91e289c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

A ssh tunneling written in nodejs.

## install

```sh
npm i ssh-tunneling
```

## features

-***auto reconnect***: A ssh client which can always reconnect automatically by client side.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ssh-tunneling",
"version": "1.0.9",
"description": "a ssh-tunneling client for nodejs",
"keywords": ["ssh tunnel", "ssh tunneling", "ssh proxy", "ssh port foward"],
"keywords": ["ssh tunnel", "ssh tunneling", "ssh proxy", "ssh port forward", "ssh shell exec", "ssh keep-alive"],
"main": "dist/index.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 91e289c

Please sign in to comment.