我按照这篇文章介绍了更改sshconfiguration。
SSH ControlMaster: The Good, The Bad, The Ugly
当使用ssh myserver时,我可以快速连接到我的服务器,但是fabric不使用这些configuration,连接时仍然很慢。
我添加下面的代码后,问题仍然没有解决。
env.use_ssh_config=True env.ssh_config_path='/etc/ssh/ssh_config'