Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试设置 capifony。我正在使用它 ssh -i keyfile.pem username@servername.com从控制台在服务器上进行身份验证。我如何为此配置capifony?
ssh -i keyfile.pem username@servername.com
您可以使用以下配置:
ssh_options[:user] = "username" ssh_options[:keys] = ["/path/to/your/keyfile.pem"]