remove UTF8 crap
This commit is contained in:
parent
c7eb11f603
commit
83c40a44a1
@ -14,7 +14,7 @@ Check the permissions on your `ssh` directory:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ls -d ~/.ssh
|
$ ls -d ~/.ssh
|
||||||
drwxr-x--- - ghost 3 Dec 12:55 /home/ghost/.ssh
|
drwxr-x--- - ghost 3 Dec 12:55 /home/ghost/.ssh
|
||||||
```
|
```
|
||||||
|
|
||||||
This is wrong, because anyone in your `~` can see you `ssh` configuration files.
|
This is wrong, because anyone in your `~` can see you `ssh` configuration files.
|
||||||
@ -22,7 +22,7 @@ This is wrong, because anyone in your `~` can see you `ssh` configuration files.
|
|||||||
```bash
|
```bash
|
||||||
$ chmod -R 600 ~/.ssh
|
$ chmod -R 600 ~/.ssh
|
||||||
$ ls -d ~/.ssh
|
$ ls -d ~/.ssh
|
||||||
drw------- - ghost 3 Dec 12:55 /home/ghost/.ssh
|
drw------- - ghost 3 Dec 12:55 /home/ghost/.ssh
|
||||||
```
|
```
|
||||||
|
|
||||||
This is also wrong - entering a directory is the same as executing it.
|
This is also wrong - entering a directory is the same as executing it.
|
||||||
|
Loading…
Reference in New Issue
Block a user