# Add a unique log session identifier to output messages for # each sshd process and its children. fb87_log_session_id.patch # Add structured logging fb87_slog.patch # Add a log entry when a session is started over a local forward port. fb87_log_port_forwards.patch # Add a log line when a session is started over a reverse port forward. fb87_070_logging_reverse_port_forward.patch # Increase ssh cert max principals from 256 to 1024. fb87_810_increase_ssh_cert_max_principals.patch # Output a line in the logs showing the command run, or shell request # and the user fb87_090_logging_shell_cmd_pty.patch # Output a line in the logs showing which principal was matched when # certificate authentication was used. fb87_080_logging_certificates.patch # Add verbose logging for setting env variables. fb87_log_accept_env.patch # Set an environment variable SSH_CERT_PRINCIPALS in the child process # to be the full principal list of a user's SSH certificate when forced # command is present and the user is authenticated by the certificate. fb87_pass_principals_to_child.patch # Log extra authentication information to the auth_info structured # logging field, and add tests for pubkey and cert auth. fb87_log_auth_info.patch