diff --git a/infra/ssh.md b/infra/ssh.md new file mode 100644 index 0000000..736b3e6 --- /dev/null +++ b/infra/ssh.md @@ -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* +``` \ No newline at end of file