Parcourir la source

README.md

tags/v1.0.1
Robin Thoni il y a 5 ans
Parent
révision
50fac72c46
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6
    0
      README.md

+ 6
- 0
README.md Voir le fichier

@@ -26,3 +26,9 @@ echo -n 'no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ' | sud
26 26
 #!/bin/sh
27 27
 ssh -p 35021 -o StrictHostKeyChecking=no git@127.0.0.1 "SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $0 $@"
28 28
 ```
29
+
30
+/etc/ssh/sshd_config:
31
+```
32
+Match user git
33
+  PasswordAuthentication no
34
+```

Chargement…
Annuler
Enregistrer