Ajouter 'infra/ssh.md'
This commit is contained in:
parent
ef11c5cfdc
commit
7f7fe5c865
1 changed files with 16 additions and 0 deletions
16
infra/ssh.md
Normal file
16
infra/ssh.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# SSH
|
||||||
|
|
||||||
|
## Sécurité
|
||||||
|
Précaution élémentaire dans `/etc/ssh/sshd_config` :
|
||||||
|
```
|
||||||
|
PermitRootLogin prohibit-password
|
||||||
|
PasswordAuthentication no
|
||||||
|
```
|
||||||
|
|
||||||
|
## Environnement
|
||||||
|
|
||||||
|
Très pratique d'avoir des variables d'environnement correctement configurées pour GIT. Éditer le fichier `/etc/ssh/sshd_config` :
|
||||||
|
```
|
||||||
|
-AcceptEnv LANG LC_* GIT*
|
||||||
|
+AcceptEnv LANG LC_* GIT*
|
||||||
|
```
|
Loading…
Reference in a new issue