From ebc0ea1612cf523eae2294b25b10606bb8edefc4 Mon Sep 17 00:00:00 2001 From: Weetile Date: Mon, 2 Oct 2023 18:13:09 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d129a15..a6cd7c7 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,14 @@ If you learnt something new, please consider tipping at my Ko-fi! ## Linux CIM ### SSH Alias You can easily create an SSH alias to make it **easier** and **more convenient** to connect to the Linux servers. + 👎 Normally, you'd authenticate to the Linux servers as such: ssh USERNAME@linux.cim.rhul.ac.uk 👍🌟 By creating an SSH alias, all you have to type in is this: ssh rhul - To do this, you'll need to modify your ssh config. (`~/./ssh/config`) Make sure to create it doesn't exist, then append the following to the file, replacing USERNAME with your RHUL username (e.g: ZLAT262 or similar) + To do this, you'll need to modify your ssh config. (`~/./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) ``` Host rhul User zlac218