Set this host to only have ssh incoming, not wide open

This commit is contained in:
Kevin Fenzi 2016-03-09 19:47:54 +00:00
parent 8591332ca2
commit 115fb23fc1

View file

@ -1,7 +1,7 @@
instance_type: m1.medium
image: rhel7-20141015
keypair: fedora-admin-20130801
security_group: default,wide-open-persistent
security_group: default,ssh-anywhere-persistent
zone: nova
tcp_ports: [22, 80, 443]