summary refs log tree commit diff
path: root/scripts/sshd_config
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-09 19:15:57 -0500
committerJune McEnroe <june@causal.agency>2021-01-09 19:15:57 -0500
commit7bf96ac8e13a1f0f3311c818f33304fd30886e86 (patch)
treea43bcc1d0088d6ee73d6f3ec0c58eb204e7125f0 /scripts/sshd_config
parentAdd -o and -t options to trust self-signed certificates (diff)
downloadcatgirl-7bf96ac8e13a1f0f3311c818f33304fd30886e86.tar.gz
catgirl-7bf96ac8e13a1f0f3311c818f33304fd30886e86.zip
Make SYNOPSIS arguments consistent with option names
Can't keep the 4-letter pattern forever :(
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe