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 ~~~