From 9b67dafa4421d9abe5a1a4669ad487ad81366444 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 6 May 2024 18:55:24 +0200 Subject: [PATCH] Fix tabs --- linux/ssh_for_beginners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- 2.47.3