1 2 3 4 5 6 7 8 9 10 11
|
#-s ... enable state-of-the-art crypto - ssh-ed25519, curve25519-sha256, chacha20-poly1305@openssh.com (default)
#-S ... disable state-of-the-art crypto - ssh-ed25519, curve25519-sha256, chacha20-poly1305@openssh.com
#-p ... enable post-quantum crypto - sntrup4591761x25519-sha512@tinyssh.org, chacha20-poly1305@openssh.com (default)
#-P ... disable post-quantum crypto - sntrup4591761x25519-sha512@tinyssh.org, chacha20-poly1305@openssh.com
#-q ... enable quiet mode
#-v ... enable verbose mode
#-vv .. enable debug mode
TINYSSHDOPTS="-v"
|