summaryrefslogtreecommitdiff
path: root/scripts/sshd_config
AgeCommit message (Collapse)Author
2020-06-25Use DisableForwarding in sshd_configC. McEnroe
2020-02-11Add chroot targetC. McEnroe
d colspan='2' class='oid'>b0de38eafe7fe897f907066dc1ef923073690d5d (patch) tree7abbf3ee84417762fadbc7493e0ff119aeba3e9d /ntcoin_freebsd_tildeguru parentbd53b1ec0cf20e79828e8e95576a44f1eaf004db (diff)
pcoin_keys fixed
Thanks to ~jmjl, I was able to find that pcoin_keys didn't work. To fix it, tcoin uses sneaky magic but with stdin isntead of an argument, and a new library imported called popen2, that lets me send both stdin and receive stdout, to successfully get "ls <path to the pcoin_keys directory>" to work (it execl's another instance of the tcoin comand so that it runs under setuid instead of as the original user who ran it.
Diffstat (limited to 'ntcoin_freebsd_tildeguru')