From ae02c43366c15b2d2b69ec647deb53bd64f0b03d Mon Sep 17 00:00:00 2001 From: Weetile Date: Sun, 13 Oct 2024 00:27:56 +0100 Subject: [PATCH] fix: minor type in ssh config path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e997c2..123b6f3 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You can easily create an SSH alias to make it **easier** and **more convenient** 👍🌟 By creating an SSH alias, you can omit the username and host address as such: ssh rhul - To do this, you'll need to modify your ssh config. This can be found at `~/./ssh/config`. + To do this, you'll need to modify your ssh config. This can be found at `~/.ssh/config`. Make sure to **create the file if it doesn't exist**, then **append the following** to the file, replacing USERNAME with your RHUL username (e.g: ZLAT262 or similar) ```