We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1bfb2 commit 8500e88Copy full SHA for 8500e88
1 file changed
docs/troubleshooting/connecting.md
@@ -41,15 +41,15 @@ When you generated your keypair two files (`id_rsa` and `id_rsa.pub`) should hav
41
The following three commands should all output `True` if you have keys in place.
42
43
``` bash
44
- [ -e ~/.ssh/id_rsa ] && echo "True"
+ [ -e ~/.ssh ] && echo "True"
45
```
46
47
48
[ -f ~/.ssh/id_rsa ] && echo "True"
49
50
51
52
- [ -f ~/.ssh/id_rsa ] && echo "True"
+ [ -f ~/.ssh/id_rsa.pub ] && echo "True"
53
54
55
=== "UWE lab computers"
0 commit comments