Sha256: bf436f48d1117767c4f8a8d22cf65c4dd8e59ca2c60f1337d3b42ee63431c5e4
Contents?: true
Size: 237 Bytes
Versions: 3
Compression:
Stored size: 237 Bytes
Contents
path "#{ENV['HOME']}/.ssh/config" profiles 'default', 'myprofile' regions 'ap-northeast-1', 'us-east-1' reject {|instance| instance.tag('Name') =~ /.../ } host_line <<END Host <%= tag('Name') %> HostName <%= private_ip_address %> END
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ec2ssh-5.1.0 | example/example.ec2ssh |
ec2ssh-5.0.0 | example/example.ec2ssh |
ec2ssh-4.0.0 | example/example.ec2ssh |