Sha256: 2a8e20ee54babd6b9bf70448a123262f0d0a52837606edf1e8f3274772377bbc

Contents?: true

Size: 234 Bytes

Versions: 2

Compression:

Stored size: 234 Bytes

Contents

Host <%= host_key %>
  HostName 127.0.0.1
  User <%= ssh_user %>
  Port <%= ssh_port %>
  UserKnownHostsFile /dev/null
  StrictHostKeyChecking no
  PasswordAuthentication no
  IdentityFile <%= private_key_path %>
  IdentitiesOnly yes

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
vagrantup-0.7.0 templates/ssh_config.erb
vagrant-0.7.0 templates/ssh_config.erb