Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Jul 25, 2024
2 parents fe84405 + af34d33 commit e93ba67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ of your needs. If you find you are missing a favorite feature - please open an i
hear your feedback.

Read about:
* zssh - https://docs.openziti.io/blog/zitification/zitifying-ssh/
* zscp - https://docs.openziti.io/blog/zitification/zitifying-scp/
* zssh - [https://docs.openziti.io/blog/zitification/zitifying-ssh/](https://blog.openziti.io/zitifying-ssh)
* zscp - [https://docs.openziti.io/blog/zitification/zitifying-scp/](https://blog.openziti.io/zitifying-scp)

## zssh usage
```
Expand Down Expand Up @@ -63,7 +63,7 @@ server_identity="${service_name}Server"
the_port=22
```

#### Create Configs, Service, and Serivce Policies
#### Create Configs, Service, and Service Policies
```
ziti edge create config "${service_name}.host.v1" host.v1 '{"protocol":"tcp", "address":"localhost","port":'"${the_port}"', "listenOptions": {"bindUsingEdgeIdentity":true}}'
# intercept is not needed for zscp/zssh but make it for testing if you like
Expand Down

0 comments on commit e93ba67

Please sign in to comment.