File: tinysshd.default

package info (click to toggle)
tinyssh 20190101-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,208 kB
  • sloc: ansic: 11,914; sh: 1,005; python: 385; makefile: 18
file content (11 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (2)
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"