Skip to content

Commit 8500e88

Browse files
committed
mistake with file paths for mac/linux
1 parent eb1bfb2 commit 8500e88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/troubleshooting/connecting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ When you generated your keypair two files (`id_rsa` and `id_rsa.pub`) should hav
4141
The following three commands should all output `True` if you have keys in place.
4242

4343
``` bash
44-
[ -e ~/.ssh/id_rsa ] && echo "True"
44+
[ -e ~/.ssh ] && echo "True"
4545
```
4646

4747
``` bash
4848
[ -f ~/.ssh/id_rsa ] && echo "True"
4949
```
5050

5151
``` bash
52-
[ -f ~/.ssh/id_rsa ] && echo "True"
52+
[ -f ~/.ssh/id_rsa.pub ] && echo "True"
5353
```
5454

5555
=== "UWE lab computers"

0 commit comments

Comments
 (0)