Sha256: efcec63b646bada38a907014608f2518fdfbf4a05bb4e24e1fc5ef9f23cfe899

Contents?: true

Size: 346 Bytes

Versions: 7

Compression:

Stored size: 346 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

7 entries across 7 versions & 4 rubygems

Version Path
bmhatfield-vagrant-1.0.10 templates/commands/ssh_config/config.erb
bmhatfield-vagrant-1.0.9 templates/commands/ssh_config/config.erb
bmhatfield-vagrant-1.0.8 templates/commands/ssh_config/config.erb
bmhatfield-vagrant-1.0.7 templates/commands/ssh_config/config.erb
vagrantup-1.0.7 templates/commands/ssh_config/config.erb
vagrant-fixed-ssh-1.0.7 templates/commands/ssh_config/config.erb
vagrant-1.0.7 templates/commands/ssh_config/config.erb