我有 .ssh/config 以
ControlMaster auto
ControlPath ~/.ssh/sockets/%C
ControlPersist 24h
ForwardAgent yes
ServerAliveInterval 60
AddressFamily inet
AddKeysToAgent yes
并结束于
Host ssh.example.com
Hostname ssh.real.example.com
Port 32222
StrictHostKeyChecking No
UserKnownHostsFile /dev/null
ControlMaster No
ControlPath none
但它仍在使用 ControlMaster,这是一个大问题。我该如何解决这个问题?