Sha256: eaca06bf4d7cc66fed8b1a1de3d632bf80d1522aefbd97245737e7f107378067
Contents?: true
Size: 466 Bytes
Versions: 6
Compression:
Stored size: 466 Bytes
Contents
Host <%= host_key %> HostName <%= ssh_host %> User <%= ssh_user %> Port <%= ssh_port %> UserKnownHostsFile /dev/null StrictHostKeyChecking no PasswordAuthentication no <% if private_key_path.include?(" ") -%> IdentityFile "<%= private_key_path %>" <% else -%> IdentityFile <%= private_key_path %> <% end -%> IdentitiesOnly yes LogLevel FATAL <% if forward_agent -%> ForwardAgent yes <% end -%> <% if forward_x11 -%> ForwardX11 yes <% end -%>
Version data entries
6 entries across 6 versions & 2 rubygems