Commit 4ac3ed4
committed
chmod remote file copied by ssh to be all-readable
This is for the case where remote umask is not world-readable:
something like 0027 or even 0077 (not even group-readable).
Remote file copied to /.well-known/ should perhaps be world-readable.
It really depends on web server configuration but we assume the most
common configuration.1 parent 7a9ffb5 commit 4ac3ed4
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
519 | 523 | | |
520 | 524 | | |
521 | | - | |
522 | | - | |
523 | 525 | | |
524 | 526 | | |
525 | 527 | | |
| |||
0 commit comments