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"]