From: alex Date: Mon, 6 May 2024 16:55:24 +0000 (+0200) Subject: Fix tabs X-Git-Tag: 20241020-emacs~188 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=9b67dafa4421d9abe5a1a4669ad487ad81366444;p=alex.git Fix tabs --- diff --git a/linux/ssh_for_beginners.md b/linux/ssh_for_beginners.md index 54385f5..e04b4b9 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`.