Browse Source

README.md

tags/v1.0.1
Robin Thoni 5 years ago
parent
commit
50fac72c46
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      README.md

+ 6
- 0
README.md View File

@@ -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…
Cancel
Save