Sha256: 595397a209a3af64dec464cacfa1c776aca1601235520dbf367f07c969f483c4

Contents?: true

Size: 389 Bytes

Versions: 1

Compression:

Stored size: 389 Bytes

Contents

Host <%= @server %>
  HostName <%= @server %>
  Port 8989
  User <%= @user -%>@<%= @ent %>
  IdentityFile <%= @home -%>/.ssh/id_rsa
  IdentitiesOnly yes
  KexAlgorithms +diffie-hellman-group1-sha1
  StrictHostKeyChecking no

Host *
  Port 22
  User ubuntu
  IdentityFile <%= @home -%>/.ssh/id_rsa
  IdentitiesOnly yes
  KexAlgorithms +diffie-hellman-group1-sha1
  StrictHostKeyChecking no

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wombat-cli-0.2.0 cookbooks/workstation/templates/default/ssh_config.erb