Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssh: obscure keystroke interval timing #24

Closed
wants to merge 2 commits into from

Commits on Aug 27, 2023

  1. Transport-level ping facility

    This adds a pair of transport messages SSH2_MSG_PING/PONG to implement
    a protocol-level ping capability.
    djmdjm committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    045af5b View commit details
    Browse the repository at this point in the history
  2. Keystroke timing obfucation

    Quantises packet output times at the client for interactive connections
    when there is only a keystroke or two in the output buffer.
    
    Send chaff packets on intervals were no keystroke was observed.
    
    Controlled by a new ssh_config:ObscureKeystrokeTiming keyword
    djmdjm committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    90511df View commit details
    Browse the repository at this point in the history