From e83e75e6719c92a30e233b0de39caaa45eacb102 Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Fri, 20 Oct 2017 15:14:10 -0400 Subject: [PATCH] spaces vs tab --- HowtoSSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoSSH.md b/HowtoSSH.md index 3f557049..8d117c16 100644 --- a/HowtoSSH.md +++ b/HowtoSSH.md @@ -92,7 +92,7 @@ Host www00 Hostname www00.example.com Port 2222 User johndoe - IdentityFile ~/.ssh/id_ed25519 + IdentityFile ~/.ssh/id_ed25519 ProxyCommand ssh bastion -W %h:%p ~~~