Explorar el Código

README.md

tags/v1.0.1
Robin Thoni hace 5 años
padre
commit
50fac72c46
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      README.md

+ 6
- 0
README.md Ver fichero

@@ -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
+```

Loading…
Cancelar
Guardar