Sha256: 61497b4665c6d961ec5ecdf2bf1dd49736c0ee5ae5570e585c3394303ec9ae30
Contents?: true
Size: 239 Bytes
Versions: 4
Compression:
Stored size: 239 Bytes
Contents
path "#{ENV['HOME']}/.ssh/config" profiles 'default', 'myprofile' regions 'ap-northeast-1', 'us-east-1' reject {|instance| instance.tags['Name'] =~ /.../ } host_line <<END Host <%= tags['Name'] %> HostName <%= private_ip_address %> END
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ec2ssh-3.1.1 | example/example.ec2ssh |
ec2ssh-3.1.0 | example/example.ec2ssh |
ec2ssh-3.1.0.rc2 | example/example.ec2ssh |
ec2ssh-3.1.0.rc1 | example/example.ec2ssh |