Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
quag-cactus authored Oct 26, 2022
1 parent 9464a27 commit 0d60c36
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# SshConfigRewriter
Tool of rewrite value of "HostName" in your ssh config file

** under construction **

**This tool does not supported Wildcard[\*] of Host-Patterns.**

## Usage
### Windows
```bash
# .\SshConfRewriter.exe --target-ptn <Host pattern> --input-hostname <HostName>
.\SshConfRewriter.exe --target-ptn github --input-hostname github.com
```

0 comments on commit 0d60c36

Please sign in to comment.