Jacob Welsh
Results
3
issues of
Jacob Welsh
setup.py still reports version 0.2.
Per `sshd(8)`, on the authorized_keys file format: > Each line of the file contains one key (empty lines and lines starting with a `#' are ignored as comments). Perhaps one...
By my reading of `ssh.py` and `sshd(8)`, section "AUTHORIZED_KEYS FILE FORMAT", the risks being blocked by this username validation are: - Double-quote: would close the command= option - Backslash and...