#-o ... enable  older standardized crypto - ecdsa-sha2-nistp256, ecdh-sha2-nistp256, aes256-ctr, hmac-sha2-256
#-O ... disable older standardized crypto - ecdsa-sha2-nistp256, ecdh-sha2-nistp256, aes256-ctr, hmac-sha2-256

#-s ... enable  state-of-the-art crypto - ssh-ed25519, curve25519-sha256@libssh.org, chacha20-poly1305@openssh.com
#-S ... disable state-of-the-art crypto - ssh-ed25519, curve25519-sha256@libssh.org, chacha20-poly1305@openssh.com

#-p ... enable  post-quantum crypto TODO
#-P ... disable post-quantum crypto TODO

#-q ... enable quiet mode
#-v ... enable verbose mode
#-vv .. enable debug mode

TINYSSHDOPTS="-OsPv"
