fix: minor type in ssh config path
This commit is contained in:
parent
49609e4c1e
commit
ae02c43366
@ -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)
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user