mirror of
https://github.com/xxh/xxh
synced 2024-11-27 06:00:21 +00:00
Update README.md
This commit is contained in:
parent
a3cc19985d
commit
3706ec5721
1 changed files with 2 additions and 2 deletions
|
@ -17,11 +17,11 @@ Help spread the word about xxh! Click ⭐ on the repo and <a href="https://twitt
|
|||
```
|
||||
python3 -m pip install --upgrade xonssh-xxh
|
||||
```
|
||||
After install you can just using `xxh` command as replace `ssh` to connecting to the host because `xxh` has seamless support of basic `ssh` command arguments.
|
||||
🔁 After install you can just using `xxh` command as replace `ssh` to connecting to the host because `xxh` has seamless support of basic `ssh` command arguments.
|
||||
|
||||
## Usage
|
||||
🗝️ The best if you're using [ssh config with private keys](https://linuxize.com/post/using-the-ssh-config-file/#ssh-config-file-example) to authorization. In case of using password to avoid password typing many times use `+PP` or `+P` options.
|
||||
|
||||
## Usage
|
||||
```
|
||||
$ ./xxh -h
|
||||
usage: xxh <host from ~/.ssh/config>
|
||||
|
|
Loading…
Reference in a new issue