Skip to content

Commit

Permalink
Fix example config.yml in README.me
Browse files Browse the repository at this point in the history
The user id is expected as "uid" but the example uses "id"
  • Loading branch information
UristMcEngineer authored Dec 16, 2024
1 parent 2f007e9 commit 3d1973d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ external_hostname: localhost
external_port: 20222
accounts:
- user: user_a
id: 12345
uid: 12345
keys:
- "ssh-rsa XXXXXX user_a@gmail.com"
- "ssh-rsa XXXXXX user_a@hotmail.com"
Expand Down

0 comments on commit 3d1973d

Please sign in to comment.