aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/ssh_config
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2024-08-01 00:04:46 +0000
committerEd Maste <emaste@FreeBSD.org>2024-08-06 19:46:01 +0000
commitd5f16ef6463d73270e4380f3498410c8ad91f495 (patch)
treedb12349367f76b66b9165de78f272631c526f0c0 /crypto/openssh/ssh_config
parent38e43c90572511498fbad9e717870eec954cffed (diff)
sshd: remove blacklist call from grace_alarm_timer
Under certain circumstances it may call log(3), which is not async- signal-safe. For now just remove the blacklist integration from this path, which means that blacklistd will not detect and firewall hosts that establish a connection but do nothing further. Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D46203 (cherry picked from commit 2739a6845031e69be7c03461a9335d8bbb9f59bd) (cherry picked from commit 3d3bae9b95388169d396adc8007585699c5a23e0) (cherry picked from commit 73466449a9bf1888147c53d622236cebc0aa591b) Approved by: so
Diffstat (limited to 'crypto/openssh/ssh_config')
-rw-r--r--crypto/openssh/ssh_config2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/ssh_config b/crypto/openssh/ssh_config
index 36c6c7785fd2..a047ce2deb93 100644
--- a/crypto/openssh/ssh_config
+++ b/crypto/openssh/ssh_config
@@ -44,4 +44,4 @@
# ProxyCommand ssh -q -W %h:%p gateway.example.com
# RekeyLimit 1G 1h
# UserKnownHostsFile ~/.ssh/known_hosts.d/%k
-# VersionAddendum FreeBSD-20240318
+# VersionAddendum FreeBSD-20240806