diff options
Diffstat (limited to 'linux/ssh_for_beginners.md')
| -rw-r--r-- | linux/ssh_for_beginners.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/ssh_for_beginners.md b/linux/ssh_for_beginners.md index 54385f5f..e04b4b97 100644 --- a/linux/ssh_for_beginners.md +++ b/linux/ssh_for_beginners.md @@ -8,7 +8,7 @@ If you create a file `~/.ssh/config`, with contents like: Host xxx HostName yyy Port 1234 - User zzz + User zzz ``` , then if you type `ssh xxx`, the result will be like executing `ssh -p 1234 zzz@yyy`. |
