Sha256: 1dbc7816855e99e384f93032e0fab47f75cd37a7fd1e7ae76279a2742728af62
Contents?: true
Size: 344 Bytes
Versions: 52
Compression:
Stored size: 344 Bytes
Contents
Host <%= host_key %> HostName <%= ssh_host %> User <%= ssh_user %> Port <%= ssh_port %> UserKnownHostsFile /dev/null StrictHostKeyChecking no PasswordAuthentication no IdentityFile <%= private_key_path %> IdentitiesOnly yes <% if forward_agent -%> ForwardAgent yes <% end -%> <% if forward_x11 -%> ForwardX11 yes <% end -%>
Version data entries
52 entries across 52 versions & 5 rubygems