Sha256: 8285b63aba249f79a87f22116ba2b9d1cb916c88ff60bcac9451a2083f0e4bc5
Contents?: true
Size: 363 Bytes
Versions: 13
Compression:
Stored size: 363 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 LogLevel FATAL <% if forward_agent -%> ForwardAgent yes <% end -%> <% if forward_x11 -%> ForwardX11 yes <% end -%>
Version data entries
13 entries across 13 versions & 5 rubygems