Skip to content

Commit

Permalink
Merge pull request #40 from ilvsx/master
Browse files Browse the repository at this point in the history
fix config example error
  • Loading branch information
yinheli committed Aug 28, 2020
2 parents 66cba32 + 39fe760 commit 768f25f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ config example:
- { name: ⚡️ server with emoji name, host: 192.168.8.35 }
- { name: server with alias, alias: dev, host: 192.168.8.35 }
- name: server with jump
user: appuser
host: 192.168.8.35
port: 22
password: 123456
jump:
- user: appuser
host: 192.168.8.36
port: 2222
user: appuser
host: 192.168.8.35
port: 22
password: 123456
jump:
- user: appuser
host: 192.168.8.36
port: 2222


# server group 1
Expand Down

0 comments on commit 768f25f

Please sign in to comment.