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