From 7f7fe5c865eebc65ccbb95cb9a8d541a1d3deeaa Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Sat, 23 Oct 2021 18:01:08 +0200 Subject: [PATCH] Ajouter 'infra/ssh.md' --- infra/ssh.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 infra/ssh.md 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