chore: Agent Forwarding

This commit is contained in:
hstyi
2025-08-08 18:16:47 +08:00
committed by hstyi
parent 1ed5e164de
commit 5f8b9d36e2

View File

@@ -668,7 +668,7 @@ internal class SSHHostOptionsPane(private val accountOwner: AccountOwner) : Opti
val forwardAgent = Box.createHorizontalBox()
forwardAgent.border = BorderFactory.createCompoundBorder(
BorderFactory.createTitledBorder("ForwardAgent"),
BorderFactory.createTitledBorder("Agent Forwarding"),
BorderFactory.createEmptyBorder(4, 4, 4, 4)
)
forwardAgent.add(forwardAgentCheckBox)